POST api/ClientProjectWFStates
Request Information
URI Parameters
None.
Body Parameters
CustomClientProjectWFStatesName | Description | Type | Additional information |
---|---|---|---|
ClientProjectWFStatesID | globally unique identifier |
None. |
|
ClientAssessmentMasterID | globally unique identifier |
None. |
|
AssessmentName | string |
None. |
|
StateValue | string |
None. |
|
StateDescription | string |
None. |
|
ClientMasterID | globally unique identifier |
None. |
|
ClientName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientProjectWFStatesID": "15e713ef-e6e2-46cf-8115-995adddf2b00", "ClientAssessmentMasterID": "8e812e17-a02e-4a4d-8a97-f9d93d3ea491", "AssessmentName": "sample string 3", "StateValue": "sample string 4", "StateDescription": "sample string 5", "ClientMasterID": "82ed7121-00ed-425c-b8f7-e258da6bea6c", "ClientName": "sample string 7" }
application/xml, text/xml
Sample:
<CustomClientProjectWFStates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssessmentName>sample string 3</AssessmentName> <ClientAssessmentMasterID>8e812e17-a02e-4a4d-8a97-f9d93d3ea491</ClientAssessmentMasterID> <ClientMasterID>82ed7121-00ed-425c-b8f7-e258da6bea6c</ClientMasterID> <ClientName>sample string 7</ClientName> <ClientProjectWFStatesID>15e713ef-e6e2-46cf-8115-995adddf2b00</ClientProjectWFStatesID> <StateDescription>sample string 5</StateDescription> <StateValue>sample string 4</StateValue> </CustomClientProjectWFStates>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.