POST api/AccomodationStandards

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AccomodationStandards'.