POST fox/fxm/posicao/{terminalId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| terminalId | string |
Required |
Body Parameters
DadosPosicaoTerminalFox| Name | Description | Type | Additional information |
|---|---|---|---|
| latitude | decimal number |
None. |
|
| longitude | decimal number |
None. |
|
| data | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"latitude": 1.1,
"longitude": 2.1,
"data": "2026-07-26T02:02:57.3502562-03:00"
}
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. |