POST getPedido
Request Information
URI Parameters
None.
Body Parameters
cartao| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCartao | integer |
None. |
|
| NumCartao | integer |
None. |
|
| SeqCartao | integer |
None. |
|
| IdEmpresa | integer |
None. |
|
| IdFilial | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdCartao": 1,
"NumCartao": 2,
"SeqCartao": 3,
"IdEmpresa": 4,
"IdFilial": 5
}
application/xml, text/xml
Sample:
<cartao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SysEmpresaApi.Models"> <IdCartao>1</IdCartao> <IdEmpresa>4</IdEmpresa> <IdFilial>5</IdFilial> <NumCartao>2</NumCartao> <SeqCartao>3</SeqCartao> </cartao>
application/x-www-form-urlencoded
Sample:
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. |