PUT api/AssessmentStatesStandardMasters/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "c2fc4c40-bb1c-4a1a-8fbd-12978b8458e4", "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>c2fc4c40-bb1c-4a1a-8fbd-12978b8458e4</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.