GET api/LookUpCust/GetTreatmentProccessStatusList?makeFirstEmpty={makeFirstEmpty}&isRefresh={isRefresh}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| makeFirstEmpty | string |
Required |
|
| isRefresh | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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
},
{
"pk": 1,
"description": "sample string 2",
"priority": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfTreatmentProccessesStatuses xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
<TreatmentProccessesStatuses>
<description>sample string 2</description>
<pk>1</pk>
<priority>1</priority>
</TreatmentProccessesStatuses>
<TreatmentProccessesStatuses>
<description>sample string 2</description>
<pk>1</pk>
<priority>1</priority>
</TreatmentProccessesStatuses>
</ArrayOfTreatmentProccessesStatuses>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.