GET api/Vendas/ConsultaClientesCad?IdContaAcesso={IdContaAcesso}&Token={Token}&Data={Data}&IdVendedor={IdVendedor}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| Data | date |
None. |
|
| IdVendedor | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ConsultaCliVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Qtde | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Qtde": 1
}