POST api/postGovernmentReceiptCloudBeds
Request Information
URI Parameters
None.
Body Parameters
PostGovernmentReceiptCloudBeds| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyID | string |
None. |
|
| reservationId | string |
None. |
|
| IdSucursal | integer |
None. |
|
| name | string |
None. |
|
| url | string |
None. |
|
| amount | decimal number |
None. |
|
| identifier | string |
None. |
|
| issueDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"propertyID": "sample string 1",
"reservationId": "sample string 2",
"IdSucursal": 3,
"name": "sample string 4",
"url": "sample string 5",
"amount": 6.1,
"identifier": "sample string 7",
"issueDate": "2025-12-05T22:15:21.7618218-06:00"
}
application/xml, text/xml
Sample:
<PostGovernmentReceiptCloudBeds xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcesoEmision.Models"> <IdSucursal>3</IdSucursal> <amount>6.1</amount> <identifier>sample string 7</identifier> <issueDate>2025-12-05T22:15:21.7618218-06:00</issueDate> <name>sample string 4</name> <propertyID>sample string 1</propertyID> <reservationId>sample string 2</reservationId> <url>sample string 5</url> </PostGovernmentReceiptCloudBeds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GenericResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<GenericResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Helpers"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </GenericResponse>