GET api/Treatment

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TreatmentApiResponse
NameDescriptionTypeAdditional information
Treatments

Collection of TreatmentApi

None.

RequestStatus

RequestStatus

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <RequestStatus>
    <errormessage>sample string 1</errormessage>
    <success>true</success>
    <version>sample string 3</version>
  </RequestStatus>
  <treatments>
    <treatment>
      <Status>true</Status>
      <Code>sample string 3</Code>
      <Description>sample string 5</Description>
      <MasterId>1</MasterId>
      <QuickCode>sample string 6</QuickCode>
      <SourceChannel>sample string 7</SourceChannel>
      <CreatedOn>2025-12-19T06:09:52.3538556-06:00</CreatedOn>
      <CreatedBy>sample string 8</CreatedBy>
      <ModifiedBy>sample string 9</ModifiedBy>
      <ModifiedOn>2025-12-19T06:09:52.3538556-06:00</ModifiedOn>
      <dataowner>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </dataowner>
    </treatment>
    <treatment>
      <Status>true</Status>
      <Code>sample string 3</Code>
      <Description>sample string 5</Description>
      <MasterId>1</MasterId>
      <QuickCode>sample string 6</QuickCode>
      <SourceChannel>sample string 7</SourceChannel>
      <CreatedOn>2025-12-19T06:09:52.3538556-06:00</CreatedOn>
      <CreatedBy>sample string 8</CreatedBy>
      <ModifiedBy>sample string 9</ModifiedBy>
      <ModifiedOn>2025-12-19T06:09:52.3538556-06:00</ModifiedOn>
      <dataowner>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </dataowner>
    </treatment>
  </treatments>
</response>