POST api/GiroProtegido/Grabar
Request Information
URI Parameters
None.
Body Parameters
GiroProtegidoModelName | 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-06-30T11:15:22.1852137-05: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-06-30T11:15:22.186214-05:00", "telefono": "sample string 7", "direccion": "sample string 8", "ciudad": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |