POST api/PropertyMobileAPI/PropertyRoomMealPlanSave
Request Information
URI Parameters
None.
Body Parameters
RoomMealPlanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RatePlanID | integer |
None. |
|
| RoomID | integer |
None. |
|
| RatePlan | string |
None. |
|
| PayMode | string |
None. |
|
| MeelPlan | string |
None. |
|
| TaxInclude | integer |
None. |
|
| Refundable | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RatePlanID": 1,
"RoomID": 2,
"RatePlan": "sample string 3",
"PayMode": "sample string 4",
"MeelPlan": "sample string 5",
"TaxInclude": 6,
"Refundable": 7
}
application/xml, text/xml
Sample:
<RoomMealPlanModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BONAPI.Models.Property"> <MeelPlan>sample string 5</MeelPlan> <PayMode>sample string 4</PayMode> <RatePlan>sample string 3</RatePlan> <RatePlanID>1</RatePlanID> <Refundable>7</Refundable> <RoomID>2</RoomID> <TaxInclude>6</TaxInclude> </RoomMealPlanModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.