GET api/ClaimAutomation/ListTreatments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TreatmentName | 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": "da57e648-79b0-488b-bc60-01755c53200c", "Name": "sample string 2", "IsDeduction": true, "IsTreatment": true }, { "TreatmentId": "da57e648-79b0-488b-bc60-01755c53200c", "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>da57e648-79b0-488b-bc60-01755c53200c</TreatmentId> </Treatment> <Treatment> <IsDeduction>true</IsDeduction> <IsTreatment>true</IsTreatment> <Name>sample string 2</Name> <TreatmentId>da57e648-79b0-488b-bc60-01755c53200c</TreatmentId> </Treatment> </ArrayOfTreatment>