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": "2240b8af-8826-432b-a671-b62b5e8e9db7",
"Name": "sample string 2",
"IsDeduction": true,
"IsTreatment": true
},
{
"TreatmentId": "2240b8af-8826-432b-a671-b62b5e8e9db7",
"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>2240b8af-8826-432b-a671-b62b5e8e9db7</TreatmentId>
</Treatment>
<Treatment>
<IsDeduction>true</IsDeduction>
<IsTreatment>true</IsTreatment>
<Name>sample string 2</Name>
<TreatmentId>2240b8af-8826-432b-a671-b62b5e8e9db7</TreatmentId>
</Treatment>
</ArrayOfTreatment>