PUT fox/fxm/minha-conta/{terminalID}/convenios
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| terminalID | string |
Required |
Body Parameters
Collection of Convenio| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| descricao | string |
None. |
|
| ativo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"descricao": "sample string 2",
"ativo": true
},
{
"id": 1,
"descricao": "sample string 2",
"ativo": true
}
]
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. |