PUT fox/fxm/minha-conta/{terminalID}/emergencia
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| terminalID | string |
Required |
Body Parameters
Emergencia| Name | Description | Type | Additional information |
|---|---|---|---|
| parentescoContato | string |
None. |
|
| telefoneContato | string |
None. |
|
| nomeContato | string |
None. |
|
| senhaEmergencia | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"parentescoContato": "sample string 1",
"telefoneContato": "sample string 2",
"nomeContato": "sample string 3",
"senhaEmergencia": "sample string 4"
}
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. |