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": "bd833ebd-00e7-444d-ab42-72ab320f56b6", "ClientAssessmentMasterID": "3d694e83-8635-4653-8275-8c5c426dd8a6", "AssessmentName": "sample string 3", "StateValue": "sample string 4", "StateDescription": "sample string 5", "ClientMasterID": "4df55603-7850-48fd-a55b-8e6fdfcc93e5", "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>3d694e83-8635-4653-8275-8c5c426dd8a6</ClientAssessmentMasterID> <ClientMasterID>4df55603-7850-48fd-a55b-8e6fdfcc93e5</ClientMasterID> <ClientName>sample string 7</ClientName> <ClientProjectWFStatesID>bd833ebd-00e7-444d-ab42-72ab320f56b6</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.