POST api/Pdf/ConfirmacaoReserva
Request Information
URI Parameters
None.
Body Parameters
PdfConfirmaReservaRequestName | Description | Type | Additional information |
---|---|---|---|
CodSlipHotel | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "codSlipHotel": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseBaseOfObjectName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | FuzzyResponse |
None. |
|
Data | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "message": "sample string 1", "status": 0, "data": [ {}, {} ] }