POST api/RegistroDocumento/Update
Request Information
URI Parameters
None.
Body Parameters
RegistroDocumento| Name | Description | Type | Additional information |
|---|---|---|---|
| IDRegistroDocumento | integer |
None. |
|
| IDRegistro | integer |
None. |
|
| IDTipoDocumento | integer |
None. |
|
| TipoDocumento | string |
None. |
|
| Descripcion | string |
None. |
|
| IDTipoCarrera | integer |
None. |
|
| TipoCarrera | string |
None. |
|
| IDCarrera | integer |
None. |
|
| Carrera | string |
None. |
|
| IDTipoInstitucion | integer |
None. |
|
| IDInstitucion | integer |
None. |
|
| Institucion | string |
None. |
|
| DataBinary | Collection of byte |
None. |
|
| FechaDocumento | date |
None. |
|
| FechaRegistro | date |
None. |
|
| IDAccont | integer |
None. |
|
| MineType | string |
None. |
|
| Estatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDRegistroDocumento": 1,
"IDRegistro": 2,
"IDTipoDocumento": 3,
"TipoDocumento": "sample string 4",
"Descripcion": "sample string 5",
"IDTipoCarrera": 6,
"TipoCarrera": "sample string 7",
"IDCarrera": 8,
"Carrera": "sample string 9",
"IDTipoInstitucion": 10,
"IDInstitucion": 11,
"Institucion": "sample string 12",
"DataBinary": "QEA=",
"FechaDocumento": "2025-12-11T09:29:24.9001858-08:00",
"FechaRegistro": "2025-12-11T09:29:24.9001858-08:00",
"IDAccont": 1,
"MineType": "sample string 15",
"Estatus": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |