POST api/TablesManagement/ADUTreatmentProccess?pType={pType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pType | string |
Required |
Body Parameters
TreatmentProccessesStatuses| Name | Description | Type | Additional information |
|---|---|---|---|
| pk | integer |
None. |
|
| description | string |
String length: inclusive between 0 and 15 |
|
| priority | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pk": 1,
"description": "sample string 2",
"priority": 1
}
application/xml, text/xml
Sample:
<TreatmentProccessesStatuses xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <description>sample string 2</description> <pk>1</pk> <priority>1</priority> </TreatmentProccessesStatuses>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
TreatmentProccessesStatuses| Name | Description | Type | Additional information |
|---|---|---|---|
| pk | integer |
None. |
|
| description | string |
String length: inclusive between 0 and 15 |
|
| priority | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"pk": 1,
"description": "sample string 2",
"priority": 1
}
application/xml, text/xml
Sample:
<TreatmentProccessesStatuses xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <description>sample string 2</description> <pk>1</pk> <priority>1</priority> </TreatmentProccessesStatuses>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.