POST v2/{token}/vendedor/listar/movimentacao
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
FiltroTransacaoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DataInicial | date |
None. |
|
| DataFinal | date |
None. |
|
| TipoPagamento | string |
None. |
|
| Chave | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DataInicial": "2026-02-06T21:35:50.1844084-03:00",
"DataFinal": "2026-02-06T21:35:50.1844084-03:00",
"TipoPagamento": "sample string 3",
"Chave": "sample string 4"
}
application/xml, text/xml
Sample:
<FiltroTransacaoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoctusPay.DTO.v2"> <Chave>sample string 4</Chave> <DataFinal>2026-02-06T21:35:50.1844084-03:00</DataFinal> <DataInicial>2026-02-06T21:35:50.1844084-03:00</DataInicial> <TipoPagamento>sample string 3</TipoPagamento> </FiltroTransacaoDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |