POST api/ReceptivoReserva/AlterarStatusCheckin
Request Information
URI Parameters
None.
Body Parameters
R_PasseioInIdVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Status | string |
None. |
|
| Qtd_Adt | integer |
None. |
|
| Qtd_Chd | integer |
None. |
|
| Qtd_Inf | integer |
None. |
|
| IDFormaPagto | integer |
None. |
|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| IDUsuario | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Status": "sample string 2",
"Qtd_Adt": 1,
"Qtd_Chd": 1,
"Qtd_Inf": 1,
"IDFormaPagto": 1,
"IdContaAcesso": 3,
"Token": "sample string 4",
"IDUsuario": 5
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1