POST api/hotel/IncluirSolicitacao
Request Information
URI Parameters
None.
Body Parameters
HotelSolicVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IDItem | integer |
None. |
|
| IDLocal | integer |
None. |
|
| IDPax | integer |
None. |
|
| IDTipo | integer |
None. |
|
| IDStatus | integer |
None. |
|
| Data | date |
None. |
|
| NomeCliente | string |
None. |
|
| NomePax | string |
None. |
|
| NomeStatus | string |
None. |
|
| NomeTipo | string |
None. |
|
| Itens | Collection of HotelSolicItemVM |
None. |
|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| IdUsuario | integer |
None. |
|
| DataUnix | integer |
None. |
|
| IDItem | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDItem": 1,
"IDLocal": 1,
"IDPax": 1,
"IDTipo": 1,
"IDStatus": 1,
"Data": "2026-03-03T21:35:51.3558808-03:00",
"NomeCliente": "sample string 2",
"NomePax": "sample string 3",
"NomeStatus": "sample string 4",
"NomeTipo": "sample string 5",
"Itens": [
{
"IDProduto": 1,
"Quantidade": 2.0,
"Preco": 3.0,
"Nome": "sample string 4"
},
{
"IDProduto": 1,
"Quantidade": 2.0,
"Preco": 3.0,
"Nome": "sample string 4"
}
],
"IdContaAcesso": 6,
"Token": "sample string 7",
"IdUsuario": 8,
"DataUnix": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.