POST api/GiroProtegido/Grabar
Request Information
URI Parameters
None.
Body Parameters
GiroProtegidoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| giroId | string |
None. |
|
| fechaReclamoGiro | date |
None. |
|
| puntoVta | string |
None. |
|
| nroPoliza | integer |
None. |
|
| impGiro | decimal number |
None. |
|
| impPrima | decimal number |
None. |
|
| impIva | decimal number |
None. |
|
| tipoDocId | integer |
None. |
|
| nroDoc | string |
None. |
|
| digitoVerif | integer |
None. |
|
| apellidos | string |
None. |
|
| nombres | string |
None. |
|
| fecNacimiento | date |
None. |
|
| telefono | string |
None. |
|
| direccion | string |
None. |
|
| ciudad | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"giroId": "sample string 1",
"fechaReclamoGiro": "2025-12-27T15:23:36.1334486-06:00",
"puntoVta": "sample string 2",
"nroPoliza": 1,
"impGiro": 1.1,
"impPrima": 1.1,
"impIva": 3.1,
"tipoDocId": 1,
"nroDoc": "sample string 4",
"digitoVerif": 1,
"apellidos": "sample string 5",
"nombres": "sample string 6",
"fecNacimiento": "2025-12-27T15:23:36.1334486-06:00",
"telefono": "sample string 7",
"direccion": "sample string 8",
"ciudad": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
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. |