POST api/RegistroServicioPago/Update
Request Information
URI Parameters
None.
Body Parameters
RegistroServicioPago| Name | Description | Type | Additional information |
|---|---|---|---|
| IDRegistroServicioPago | integer |
None. |
|
| IDRegistroServicio | integer |
None. |
|
| IDRegistro | integer |
None. |
|
| IDFormaPago | integer |
None. |
|
| Monto | decimal number |
None. |
|
| FechaComprobante | date |
None. |
|
| FechaRegistro | date |
None. |
|
| IDAccount | integer |
None. |
|
| IDEstatusPago | integer |
None. |
|
| BinaryData | Collection of byte |
None. |
|
| ReferenciaPago | string |
None. |
|
| ProveedorPago | string |
None. |
|
| ObservacionPago | string |
None. |
|
| NombreUsuarioValida | string |
None. |
|
| IDAccountValido | integer |
None. |
|
| FechaValidado | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDRegistroServicioPago": 1,
"IDRegistroServicio": 2,
"IDRegistro": 3,
"IDFormaPago": 4,
"Monto": 5.1,
"FechaComprobante": "2025-12-17T08:39:09.1840987-08:00",
"FechaRegistro": "2025-12-17T08:39:09.1840987-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:39:09.1840987-08:00"
}
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. |