POST api/AssessmentStatesStandardMasters
Request Information
URI Parameters
None.
Body Parameters
CustomAssessmentStatesStandardMastersName | Description | Type | Additional information |
---|---|---|---|
AssessmentStatesStandardMasterID | globally unique identifier |
None. |
|
StateValue | string |
None. |
|
StateDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssessmentStatesStandardMasterID": "309e92c8-d1a4-4b82-985a-937f02f7dc5d", "StateValue": "sample string 2", "StateDescription": "sample string 3" }
application/xml, text/xml
Sample:
<CustomAssessmentStatesStandardMasters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssessmentStatesStandardMasterID>309e92c8-d1a4-4b82-985a-937f02f7dc5d</AssessmentStatesStandardMasterID> <StateDescription>sample string 3</StateDescription> <StateValue>sample string 2</StateValue> </CustomAssessmentStatesStandardMasters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.