Request Information
URI Parameters
None.
Body Parameters
The appraisal condition.
Nano.AppraisalConditionName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the appraisal condition identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "category": "sample String 1", "description": "sample String 2", "app": "3", "id": "4" }
text/html
Sample:
{"category":"sample String 1","description":"sample String 2","app":"3","id":"4"}
application/xml, text/xml
Sample:
<AppraisalCondition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <Description>sample String 2</Description> <AppId>3</AppId> <AppraisalConditionId>4</AppraisalConditionId> </AppraisalCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/vnd.api+json
Sample:
Sample not available.
Response Information
Resource Description
The created appraisal condition.
Nano.AppraisalConditionName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the appraisal condition identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "category": "sample String 1", "description": "sample String 2", "app": "3", "id": "4" }
text/html
Sample:
{"category":"sample String 1","description":"sample String 2","app":"3","id":"4"}
application/xml, text/xml
Sample:
<AppraisalCondition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <Description>sample String 2</Description> <AppId>3</AppId> <AppraisalConditionId>4</AppraisalConditionId> </AppraisalCondition>
application/vnd.api+json
Sample:
Sample not available.