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": "b04e72af-cea3-4865-ad66-73b02428d3ab", "ClientAssessmentMasterID": "401136fa-9b68-42ea-a7e3-9716ffde5e2b", "AssessmentName": "sample string 3", "StateValue": "sample string 4", "StateDescription": "sample string 5", "ClientMasterID": "d1db4da1-2697-4ee6-9774-94fba85674e0", "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>401136fa-9b68-42ea-a7e3-9716ffde5e2b</ClientAssessmentMasterID> <ClientMasterID>d1db4da1-2697-4ee6-9774-94fba85674e0</ClientMasterID> <ClientName>sample string 7</ClientName> <ClientProjectWFStatesID>b04e72af-cea3-4865-ad66-73b02428d3ab</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.