POST api/Servicio/GestionCobro/Insert
Request Information
URI Parameters
None.
Body Parameters
GestionCobro| Name | Description | Type | Additional information |
|---|---|---|---|
| IDGestionCobro | integer |
None. |
|
| IDRegistroDocumento | integer |
None. |
|
| IDAccount | integer |
None. |
|
| NombreUsuario | string |
None. |
|
| FechaRegistro | date |
None. |
|
| Comentario | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDGestionCobro": 1,
"IDRegistroDocumento": 2,
"IDAccount": 3,
"NombreUsuario": "sample string 4",
"FechaRegistro": "2026-04-18T16:53:53.4630889-07:00",
"Comentario": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |