POST api/RegistroDocumento/Update
Request Information
URI Parameters
None.
Body Parameters
RegistroDocumento| Name | Description | Type | Additional information |
|---|---|---|---|
| IDRegistroDocumento | integer |
None. |
|
| NombreSocio | string |
None. |
|
| IDRegistro | integer |
None. |
|
| Referencia | string |
None. |
|
| IDTipoDocumento | integer |
None. |
|
| TipoDocumentoDesc | string |
None. |
|
| Descripcion | string |
None. |
|
| IDTipoCarrera | integer |
None. |
|
| TipoCarrera | string |
None. |
|
| IDCarrera | integer |
None. |
|
| Carrera | string |
None. |
|
| IDTipoInstitucion | integer |
None. |
|
| InstitucionLugar | string |
None. |
|
| IDInstitucion | integer |
None. |
|
| Institucion | string |
None. |
|
| DataBinary | Collection of byte |
None. |
|
| FechaDocumento | date |
None. |
|
| FechaRegistro | date |
None. |
|
| IDAccount | integer |
None. |
|
| MineType | string |
None. |
|
| Estatus | integer |
None. |
|
| IDRegistroServicio | integer |
None. |
|
| Origen | integer |
None. |
|
| IDRegistroDocumentoRef | integer |
None. |
|
| RegistroDocumentoRef | string |
None. |
|
| Condicion | integer |
None. |
|
| PuntosGremiales | integer |
None. |
|
| serviciodocumento | ServicioDocumento |
None. |
|
| registroServicioPago | RegistroServicioPago |
None. |
|
| tipoDocumento | TipoDocumento |
None. |
|
| tipoDocumentoValidacions | Collection of TipoDocumentoValidacion |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDRegistroDocumento": 1,
"NombreSocio": "sample string 2",
"IDRegistro": 3,
"Referencia": "sample string 4",
"IDTipoDocumento": 5,
"TipoDocumentoDesc": "sample string 6",
"Descripcion": "sample string 7",
"IDTipoCarrera": 8,
"TipoCarrera": "sample string 9",
"IDCarrera": 10,
"Carrera": "sample string 11",
"IDTipoInstitucion": 12,
"InstitucionLugar": "sample string 13",
"IDInstitucion": 14,
"Institucion": "sample string 15",
"DataBinary": "QEA=",
"FechaDocumento": "2025-12-17T08:47:04.1281543-08:00",
"FechaRegistro": "2025-12-17T08:47:04.1281543-08:00",
"IDAccount": 18,
"MineType": "sample string 19",
"Estatus": 1,
"IDRegistroServicio": 20,
"Origen": 21,
"IDRegistroDocumentoRef": 22,
"RegistroDocumentoRef": "sample string 23",
"Condicion": 24,
"PuntosGremiales": 25,
"serviciodocumento": {
"IDServicioDocumento": 1,
"IDServicio": 2,
"Descripcion": "sample string 3",
"IDTipoDocumento": 4,
"Estatus": 5,
"FechaRegistro": "2025-12-17T08:47:04.1281543-08:00",
"UserAccountId": 7,
"FuenteDocumento": "sample string 8",
"SetEstatusDocumento": 9,
"EstatusSetDocumento": 10
},
"registroServicioPago": {
"IDRegistroServicioPago": 1,
"IDRegistroServicio": 2,
"IDRegistro": 3,
"IDFormaPago": 4,
"Monto": 5.1,
"FechaComprobante": "2025-12-17T08:47:04.1281543-08:00",
"FechaRegistro": "2025-12-17T08:47:04.1281543-08:00",
"IDAccount": 8,
"IDEstatusPago": 9,
"BinaryData": "QEA=",
"ReferenciaPago": "sample string 10",
"ProveedorPago": "sample string 11",
"ObservacionPago": "sample string 12",
"NombreUsuarioValida": "sample string 13",
"IDAccountValido": 14,
"FechaValidado": "2025-12-17T08:47:04.1281543-08:00"
},
"tipoDocumento": {
"IDTipoDocumento": 1,
"Descripcion": "sample string 2",
"Estatus": "sample string 3",
"IDCategoria": 4,
"IDTipoInstitucion": 5,
"Orden": 6,
"RequiereValidacion": true,
"GestionaUsuario": true
},
"tipoDocumentoValidacions": [
{
"IDTipoDocumentoValidacion": 1,
"IDTipoDocumento": 2,
"Descripcion": "sample string 3"
},
{
"IDTipoDocumentoValidacion": 1,
"IDTipoDocumento": 2,
"Descripcion": "sample string 3"
}
]
}
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. |