GET api/Extract?callId={callId}&docType={docType}&docNum={docNum}&period={period}
Valida el perdido del extracto para un cliente dado
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| callId |
Id de la llamada |
string |
Required |
| docType |
Tipo de documento |
string |
Required |
| docNum |
Id del cliente |
string |
Required |
| period |
Periodo |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Valida si el periodo existe
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>