GET api/v1/revenda/{revendaId}/infoTitulos
[SALES SET] Indica se a revenda possui Titulos
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| revendaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RevendaInfoTitulosResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Contatos | Collection of RevendaInfoTituloResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"contatos": [
{
"empresa": "sample string 1",
"docContabil": "sample string 2",
"lancamento": "sample string 3",
"dtDocumento": "2025-12-12T18:14:56.1982099-03:00",
"dtVencimento": "2025-12-12T18:14:56.1982099-03:00",
"valor": 6.0,
"nfReferencia": "sample string 7",
"condicaoPagamento": "sample string 8",
"status": "sample string 9"
},
{
"empresa": "sample string 1",
"docContabil": "sample string 2",
"lancamento": "sample string 3",
"dtDocumento": "2025-12-12T18:14:56.1982099-03:00",
"dtVencimento": "2025-12-12T18:14:56.1982099-03:00",
"valor": 6.0,
"nfReferencia": "sample string 7",
"condicaoPagamento": "sample string 8",
"status": "sample string 9"
}
]
}
application/xml, text/xml
Sample:
<RevendaInfoTitulosResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/B2B.Integration.GenericIntegration.Contracts.Revenda">
<Contatos>
<RevendaInfoTituloResponse>
<CondicaoPagamento>sample string 8</CondicaoPagamento>
<DocContabil>sample string 2</DocContabil>
<DtDocumento>2025-12-12T18:14:56.1982099-03:00</DtDocumento>
<DtVencimento>2025-12-12T18:14:56.1982099-03:00</DtVencimento>
<Empresa>sample string 1</Empresa>
<Lancamento>sample string 3</Lancamento>
<NfReferencia>sample string 7</NfReferencia>
<Status>sample string 9</Status>
<Valor>6</Valor>
</RevendaInfoTituloResponse>
<RevendaInfoTituloResponse>
<CondicaoPagamento>sample string 8</CondicaoPagamento>
<DocContabil>sample string 2</DocContabil>
<DtDocumento>2025-12-12T18:14:56.1982099-03:00</DtDocumento>
<DtVencimento>2025-12-12T18:14:56.1982099-03:00</DtVencimento>
<Empresa>sample string 1</Empresa>
<Lancamento>sample string 3</Lancamento>
<NfReferencia>sample string 7</NfReferencia>
<Status>sample string 9</Status>
<Valor>6</Valor>
</RevendaInfoTituloResponse>
</Contatos>
</RevendaInfoTitulosResponse>