POST api/hotel/TramitarSolicitacao
Request Information
URI Parameters
None.
Body Parameters
HotelTramSolicVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IDSolic | integer |
None. |
|
| IDStatus | integer |
None. |
|
| Descricao | string |
None. |
|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| IdUsuario | integer |
None. |
|
| DataUnix | integer |
None. |
|
| IDItem | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDSolic": 1,
"IDStatus": 2,
"Descricao": "sample string 3",
"IdContaAcesso": 4,
"Token": "sample string 5",
"IdUsuario": 6,
"DataUnix": 1,
"IDItem": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.