GET api/ClaimAutomation/ListTreatments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Treatment| Name | Description | Type | Additional information |
|---|---|---|---|
| TreatmentId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| IsDeduction | boolean |
None. |
|
| IsTreatment | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TreatmentId": "e72fe8fb-ca46-450b-8ee5-3a175495d49f",
"Name": "sample string 2",
"IsDeduction": true,
"IsTreatment": true
},
{
"TreatmentId": "e72fe8fb-ca46-450b-8ee5-3a175495d49f",
"Name": "sample string 2",
"IsDeduction": true,
"IsTreatment": true
}
]
application/xml, text/xml
Sample:
<ArrayOfTreatment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<Treatment>
<IsDeduction>true</IsDeduction>
<IsTreatment>true</IsTreatment>
<Name>sample string 2</Name>
<TreatmentId>e72fe8fb-ca46-450b-8ee5-3a175495d49f</TreatmentId>
</Treatment>
<Treatment>
<IsDeduction>true</IsDeduction>
<IsTreatment>true</IsTreatment>
<Name>sample string 2</Name>
<TreatmentId>e72fe8fb-ca46-450b-8ee5-3a175495d49f</TreatmentId>
</Treatment>
</ArrayOfTreatment>