GET api/v1/revenda/{revendaId}/pendencia
[SALES SET] Indica se a revenda possui ou não pendências financeiras
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| revendaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RevendaPendenciaResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PossuiPendencia | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"possuiPendencia": true
}
application/xml, text/xml
Sample:
<RevendaPendenciaResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/B2B.Integration.GenericIntegration.Contracts.Revenda"> <PossuiPendencia>true</PossuiPendencia> </RevendaPendenciaResponse>