POST services/api/rest/v1/Save_SellingPriceRoomLevel
Request Information
URI Parameters
None.
Body Parameters
RestSellingPriceRoomLevel_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| SPLId | integer |
None. |
|
| Name | string |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SPLId": 1,
"Name": "sample string 2",
"LocId": 3,
"UserId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestSellingPriceRoomLevel_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| SPLId | integer |
None. |
|
| Name | string |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SPLId": 1,
"Name": "sample string 2",
"LocId": 3,
"UserId": 1
}