GET api/case/{caseId}/treatment/cpt/information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
caseId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CptInfomationModel
NameDescriptionTypeAdditional information
date_of_service_start

date

None.

cpt_code

string

None.

bill_amount

decimal number

None.

paid_amount

decimal number

None.

fee_schedule

string

None.

out_standing_amount

decimal number

None.

type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "date_of_service_start": "2026-05-01T21:13:42.7011163+00:00",
    "cpt_code": "sample string 1",
    "bill_amount": 1.0,
    "paid_amount": 1.0,
    "fee_schedule": "sample string 2",
    "out_standing_amount": 1.0,
    "type": "sample string 3"
  },
  {
    "date_of_service_start": "2026-05-01T21:13:42.7011163+00:00",
    "cpt_code": "sample string 1",
    "bill_amount": 1.0,
    "paid_amount": 1.0,
    "fee_schedule": "sample string 2",
    "out_standing_amount": 1.0,
    "type": "sample string 3"
  }
]

text/html

Sample:
[{"date_of_service_start":"2026-05-01T21:13:42.7011163+00:00","cpt_code":"sample string 1","bill_amount":1.0,"paid_amount":1.0,"fee_schedule":"sample string 2","out_standing_amount":1.0,"type":"sample string 3"},{"date_of_service_start":"2026-05-01T21:13:42.7011163+00:00","cpt_code":"sample string 1","bill_amount":1.0,"paid_amount":1.0,"fee_schedule":"sample string 2","out_standing_amount":1.0,"type":"sample string 3"}]

application/xml, text/xml

Sample:
<ArrayOfCptInfomationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <CptInfomationModel>
    <bill_amount>1</bill_amount>
    <cpt_code>sample string 1</cpt_code>
    <date_of_service_start>2026-05-01T21:13:42.7011163+00:00</date_of_service_start>
    <fee_schedule>sample string 2</fee_schedule>
    <out_standing_amount>1</out_standing_amount>
    <paid_amount>1</paid_amount>
    <type>sample string 3</type>
  </CptInfomationModel>
  <CptInfomationModel>
    <bill_amount>1</bill_amount>
    <cpt_code>sample string 1</cpt_code>
    <date_of_service_start>2026-05-01T21:13:42.7011163+00:00</date_of_service_start>
    <fee_schedule>sample string 2</fee_schedule>
    <out_standing_amount>1</out_standing_amount>
    <paid_amount>1</paid_amount>
    <type>sample string 3</type>
  </CptInfomationModel>
</ArrayOfCptInfomationModel>

multipart/form-data

Sample:
<ArrayOfCptInfomationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><CptInfomationModel><bill_amount>1</bill_amount><cpt_code>sample string 1</cpt_code><date_of_service_start>2026-05-01T21:13:42.7011163+00:00</date_of_service_start><fee_schedule>sample string 2</fee_schedule><out_standing_amount>1</out_standing_amount><paid_amount>1</paid_amount><type>sample string 3</type></CptInfomationModel><CptInfomationModel><bill_amount>1</bill_amount><cpt_code>sample string 1</cpt_code><date_of_service_start>2026-05-01T21:13:42.7011163+00:00</date_of_service_start><fee_schedule>sample string 2</fee_schedule><out_standing_amount>1</out_standing_amount><paid_amount>1</paid_amount><type>sample string 3</type></CptInfomationModel></ArrayOfCptInfomationModel>