PUT api/AccomodationStandards/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ACC_STD_ID": 1, "ACC_STD_NAME": "sample string 2", "STAFF_ACC_RELATED": true, "MAX_PERSON_PER_ROOM": 1, "RES_STATUS": "sample string 3", "WEIGHTAGE": 1 }
application/xml, text/xml
Sample:
<AccomodationStandards xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.PremisesManagement"> <ACC_STD_ID>1</ACC_STD_ID> <ACC_STD_NAME>sample string 2</ACC_STD_NAME> <MAX_PERSON_PER_ROOM>1</MAX_PERSON_PER_ROOM> <RES_STATUS>sample string 3</RES_STATUS> <STAFF_ACC_RELATED>true</STAFF_ACC_RELATED> <WEIGHTAGE>1</WEIGHTAGE> </AccomodationStandards>
application/x-www-form-urlencoded
Sample: