POST api/RegistroDocumentoValidacion/Insert
Request Information
URI Parameters
None.
Body Parameters
RegistroDocumentoValidacion| Name | Description | Type | Additional information |
|---|---|---|---|
| IDRegistroDocumentoValidacion | integer |
None. |
|
| IDRegistroDocumento | integer |
None. |
|
| IDRegistro | integer |
None. |
|
| IDTipoDocumento | integer |
None. |
|
| Observacion | string |
None. |
|
| DataBinary | Collection of byte |
None. |
|
| FechaRegistro | date |
None. |
|
| IDAccount | integer |
None. |
|
| Estatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDRegistroDocumentoValidacion": 1,
"IDRegistroDocumento": 2,
"IDRegistro": 3,
"IDTipoDocumento": 4,
"Observacion": "sample string 5",
"DataBinary": "QEA=",
"FechaRegistro": "2026-04-18T16:49:18.40532-07:00",
"IDAccount": 7,
"Estatus": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |