POST api/GiroProtegido/ValidaGiro
Request Information
URI Parameters
None.
Body Parameters
GiroProtegidoValidacionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| nroPol | integer |
None. |
|
| impGiro | decimal number |
None. |
|
| giroId | string |
None. |
|
| tipoDocId | integer |
None. |
|
| nroDoc | string |
None. |
|
| digitoVerif | integer |
None. |
|
| fechaNacimiento | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"nroPol": 1,
"impGiro": 1.1,
"giroId": "sample string 1",
"tipoDocId": 1,
"nroDoc": "sample string 2",
"digitoVerif": 1,
"fechaNacimiento": "2025-12-27T15:24:58.3955534-06:00"
}
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. |