POST {folder}/TBBandeira/{token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| folder | string |
None. |
Body Parameters
ParamTBBandeira| Name | Description | Type | Additional information |
|---|---|---|---|
| idICard | integer |
None. |
|
| cdAdquirente | integer |
None. |
|
| dsBandeira | string |
None. |
|
| tipo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idICard": 1,
"cdAdquirente": 2,
"dsBandeira": "sample string 3",
"tipo": "sample string 4"
}
application/xml, text/xml
Sample:
<ParamTBBandeira xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_iCard.Models.Object"> <cdAdquirente>2</cdAdquirente> <dsBandeira>sample string 3</dsBandeira> <idICard>1</idICard> <tipo>sample string 4</tipo> </ParamTBBandeira>
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. |