POST Origens
Request Information
URI Parameters
None.
Body Parameters
Origens| Name | Description | Type | Additional information |
|---|---|---|---|
| Origem | string |
None. |
|
| CodAgencia | integer |
None. |
|
| CodTabela | integer |
None. |
|
| Serie | string |
None. |
|
| TempoTolera | integer |
None. |
|
| PrzVendaAnt | integer |
None. |
|
| Conexao | string |
None. |
|
| DescricaoWeb | string |
None. |
|
| ImagemUrl | string |
None. |
|
| IdEmpresa | integer |
None. |
|
| CodAgenciaWeb | integer |
None. |
|
| ValorTaxaEmbarque | decimal number |
None. |
|
| ValorTaxaCC | decimal number |
None. |
|
| ValorTaxaPix | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Origem": "sample string 1",
"CodAgencia": 2,
"CodTabela": 3,
"Serie": "sample string 4",
"TempoTolera": 5,
"PrzVendaAnt": 6,
"Conexao": "sample string 7",
"DescricaoWeb": "sample string 8",
"ImagemUrl": "sample string 9",
"IdEmpresa": 10,
"CodAgenciaWeb": 11,
"ValorTaxaEmbarque": 12.0,
"ValorTaxaCC": 13.0,
"ValorTaxaPix": 14.0
}
application/xml, text/xml
Sample:
<Secoes.Origens xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgenciaAPI.Models"> <CodAgencia>2</CodAgencia> <CodAgenciaWeb>11</CodAgenciaWeb> <CodTabela>3</CodTabela> <Conexao>sample string 7</Conexao> <DescricaoWeb>sample string 8</DescricaoWeb> <IdEmpresa>10</IdEmpresa> <ImagemUrl>sample string 9</ImagemUrl> <Origem>sample string 1</Origem> <PrzVendaAnt>6</PrzVendaAnt> <Serie>sample string 4</Serie> <TempoTolera>5</TempoTolera> <ValorTaxaCC>13</ValorTaxaCC> <ValorTaxaEmbarque>12</ValorTaxaEmbarque> <ValorTaxaPix>14</ValorTaxaPix> </Secoes.Origens>
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. |