POST api/gerencial/comando/{terminalId}/enviar
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| terminalId | string |
Required |
Body Parameters
Enviar| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| veiculoId | integer |
None. |
|
| cmeId | integer |
None. |
|
| usuarioId | integer |
None. |
|
| tipoEnvio | integer |
None. |
|
| status | integer |
None. |
|
| conCodigo | integer |
None. |
|
| versaoEqu | integer |
None. |
|
| texto | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"veiculoId": 2,
"cmeId": 3,
"usuarioId": 4,
"tipoEnvio": 5,
"status": 6,
"conCodigo": 1,
"versaoEqu": 1,
"texto": "sample string 7"
}
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. |