POST api/case/{caseId}/treatment/multiple/add

Request Information

URI Parameters

NameDescriptionTypeAdditional information
caseId

string

Required

Body Parameters

Collection of CaseTreatmentModel
NameDescriptionTypeAdditional information
id

integer

None.

date_of_service_start

date

None.

date_of_service_end

date

None.

claim_amount

decimal number

None.

paid_amount

decimal number

None.

write_off

decimal number

None.

fee_schedule

decimal number

None.

date_bill_sent

date

None.

denial_reason_id

integer

None.

denial_reason_type

DenialReasonTypeModel

None.

service_type

string

None.

account_number

string

None.

review_doctor_id

integer

None.

review_doctor

ReviewingDoctorModel

None.

referring_doctor_id

integer

None.

referring_doctor

ReferringDoctorModel

None.

treating_doctor_id

integer

None.

treating_doctor

OperatingDoctorModel

None.

deductible_amount

decimal number

None.

location_id

integer

None.

location_name

LocationModel

None.

cpt_details

string

None.

funder_id

integer

None.

funding_amount

decimal number

None.

funding_date

date

None.

is_funder

boolean

None.

refund_date

date

None.

denial_date

date

None.

ime_date

date

None.

note

string

None.

pom_created_date

date

None.

pom_stamped_date

date

None.

pom_id

string

None.

portfolio_id

integer

None.

treating_doctors_ids

Collection of integer

None.

review_doctor_ids

Collection of integer

None.

denial_reasons

Collection of TreatmentDenialReasonModel

None.

billing_procedure_codes

Collection of CaseBillingProcedureCodeModel

None.

fundingBatchNumber

string

None.

ucr_codes

Collection of CaseBillingProcedureCodeModel

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "date_of_service_start": "2026-05-01T21:13:10.6104306+00:00",
    "date_of_service_end": "2026-05-01T21:13:10.6104306+00:00",
    "claim_amount": 1.0,
    "paid_amount": 1.0,
    "write_off": 1.0,
    "fee_schedule": 1.0,
    "date_bill_sent": "2026-05-01T21:13:10.6104306+00:00",
    "denial_reason_id": 1,
    "denial_reason_type": {
      "id": 1,
      "reason_type": "sample string 1",
      "created_by": "sample string 2",
      "updated_by": "sample string 3",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00",
      "is_active": true
    },
    "service_type": "sample string 1",
    "account_number": "sample string 2",
    "review_doctor_id": 1,
    "review_doctor": {
      "id": 1,
      "doctor_name": "sample string 1",
      "is_active": true,
      "created_by": "sample string 3",
      "updated_by": "sample string 4",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00"
    },
    "referring_doctor_id": 1,
    "referring_doctor": {
      "id": 1,
      "doctor_name": "sample string 1",
      "created_by": "sample string 2",
      "updated_by": "sample string 3",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00",
      "is_active": true
    },
    "treating_doctor_id": 1,
    "treating_doctor": {
      "id": 1,
      "name": "sample string 1",
      "created_by": "sample string 2",
      "updated_by": "sample string 3",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00",
      "is_active": true
    },
    "deductible_amount": 1.0,
    "location_id": 1,
    "location_name": {
      "provider_id": 1,
      "provider_name": "sample string 1",
      "region_id": 1,
      "id": 1,
      "name": "sample string 2",
      "address": {
        "id": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "zip": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "country": "sample string 8",
        "contact_name": "sample string 9",
        "contact_number": "sample string 10",
        "email": "sample string 11"
      },
      "created_by": "sample string 3",
      "updated_by": "sample string 4",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00",
      "is_active": true
    },
    "cpt_details": "sample string 3",
    "funder_id": 1,
    "funding_amount": 1.0,
    "funding_date": "2026-05-01T21:13:10.6104306+00:00",
    "is_funder": true,
    "refund_date": "2026-05-01T21:13:10.6104306+00:00",
    "denial_date": "2026-05-01T21:13:10.6104306+00:00",
    "ime_date": "2026-05-01T21:13:10.6104306+00:00",
    "note": "sample string 4",
    "pom_created_date": "2026-05-01T21:13:10.6104306+00:00",
    "pom_stamped_date": "2026-05-01T21:13:10.6104306+00:00",
    "pom_id": "sample string 5",
    "portfolio_id": 1,
    "treating_doctors_ids": [
      1,
      2
    ],
    "review_doctor_ids": [
      1,
      2
    ],
    "denial_reasons": [
      {
        "denial_reason_id": 1,
        "action_type": "sample string 2",
        "denial_reason_date": "2026-05-01T21:13:10.6104306+00:00",
        "ime_date": "2026-05-01T21:13:10.6104306+00:00",
        "note": "sample string 3"
      },
      {
        "denial_reason_id": 1,
        "action_type": "sample string 2",
        "denial_reason_date": "2026-05-01T21:13:10.6104306+00:00",
        "ime_date": "2026-05-01T21:13:10.6104306+00:00",
        "note": "sample string 3"
      }
    ],
    "billing_procedure_codes": [
      {
        "id": 1,
        "bill_number": "sample string 1",
        "bill_amount": 1.0,
        "cpt_code": "sample string 2",
        "description": "sample string 3",
        "specialty": "sample string 4",
        "modifier": "sample string 5",
        "group_iteams": "sample string 6",
        "validation_type": "sample string 7",
        "val_desc": "sample string 8",
        "date_of_service": "2026-05-01T21:13:10.6104306+00:00",
        "amount": 1.0,
        "paid_amount": 1.0,
        "fee_schedule": 1.0,
        "write_off": 1.0,
        "is90Cap": true
      },
      {
        "id": 1,
        "bill_number": "sample string 1",
        "bill_amount": 1.0,
        "cpt_code": "sample string 2",
        "description": "sample string 3",
        "specialty": "sample string 4",
        "modifier": "sample string 5",
        "group_iteams": "sample string 6",
        "validation_type": "sample string 7",
        "val_desc": "sample string 8",
        "date_of_service": "2026-05-01T21:13:10.6104306+00:00",
        "amount": 1.0,
        "paid_amount": 1.0,
        "fee_schedule": 1.0,
        "write_off": 1.0,
        "is90Cap": true
      }
    ],
    "fundingBatchNumber": "sample string 6",
    "ucr_codes": [
      {
        "id": 1,
        "bill_number": "sample string 1",
        "bill_amount": 1.0,
        "cpt_code": "sample string 2",
        "description": "sample string 3",
        "specialty": "sample string 4",
        "modifier": "sample string 5",
        "group_iteams": "sample string 6",
        "validation_type": "sample string 7",
        "val_desc": "sample string 8",
        "date_of_service": "2026-05-01T21:13:10.6104306+00:00",
        "amount": 1.0,
        "paid_amount": 1.0,
        "fee_schedule": 1.0,
        "write_off": 1.0,
        "is90Cap": true
      },
      {
        "id": 1,
        "bill_number": "sample string 1",
        "bill_amount": 1.0,
        "cpt_code": "sample string 2",
        "description": "sample string 3",
        "specialty": "sample string 4",
        "modifier": "sample string 5",
        "group_iteams": "sample string 6",
        "validation_type": "sample string 7",
        "val_desc": "sample string 8",
        "date_of_service": "2026-05-01T21:13:10.6104306+00:00",
        "amount": 1.0,
        "paid_amount": 1.0,
        "fee_schedule": 1.0,
        "write_off": 1.0,
        "is90Cap": true
      }
    ]
  },
  {
    "id": 1,
    "date_of_service_start": "2026-05-01T21:13:10.6104306+00:00",
    "date_of_service_end": "2026-05-01T21:13:10.6104306+00:00",
    "claim_amount": 1.0,
    "paid_amount": 1.0,
    "write_off": 1.0,
    "fee_schedule": 1.0,
    "date_bill_sent": "2026-05-01T21:13:10.6104306+00:00",
    "denial_reason_id": 1,
    "denial_reason_type": {
      "id": 1,
      "reason_type": "sample string 1",
      "created_by": "sample string 2",
      "updated_by": "sample string 3",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00",
      "is_active": true
    },
    "service_type": "sample string 1",
    "account_number": "sample string 2",
    "review_doctor_id": 1,
    "review_doctor": {
      "id": 1,
      "doctor_name": "sample string 1",
      "is_active": true,
      "created_by": "sample string 3",
      "updated_by": "sample string 4",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00"
    },
    "referring_doctor_id": 1,
    "referring_doctor": {
      "id": 1,
      "doctor_name": "sample string 1",
      "created_by": "sample string 2",
      "updated_by": "sample string 3",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00",
      "is_active": true
    },
    "treating_doctor_id": 1,
    "treating_doctor": {
      "id": 1,
      "name": "sample string 1",
      "created_by": "sample string 2",
      "updated_by": "sample string 3",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00",
      "is_active": true
    },
    "deductible_amount": 1.0,
    "location_id": 1,
    "location_name": {
      "provider_id": 1,
      "provider_name": "sample string 1",
      "region_id": 1,
      "id": 1,
      "name": "sample string 2",
      "address": {
        "id": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "zip": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "country": "sample string 8",
        "contact_name": "sample string 9",
        "contact_number": "sample string 10",
        "email": "sample string 11"
      },
      "created_by": "sample string 3",
      "updated_by": "sample string 4",
      "created_date": "2026-05-01T21:13:10.6104306+00:00",
      "updated_date": "2026-05-01T21:13:10.6104306+00:00",
      "is_active": true
    },
    "cpt_details": "sample string 3",
    "funder_id": 1,
    "funding_amount": 1.0,
    "funding_date": "2026-05-01T21:13:10.6104306+00:00",
    "is_funder": true,
    "refund_date": "2026-05-01T21:13:10.6104306+00:00",
    "denial_date": "2026-05-01T21:13:10.6104306+00:00",
    "ime_date": "2026-05-01T21:13:10.6104306+00:00",
    "note": "sample string 4",
    "pom_created_date": "2026-05-01T21:13:10.6104306+00:00",
    "pom_stamped_date": "2026-05-01T21:13:10.6104306+00:00",
    "pom_id": "sample string 5",
    "portfolio_id": 1,
    "treating_doctors_ids": [
      1,
      2
    ],
    "review_doctor_ids": [
      1,
      2
    ],
    "denial_reasons": [
      {
        "denial_reason_id": 1,
        "action_type": "sample string 2",
        "denial_reason_date": "2026-05-01T21:13:10.6104306+00:00",
        "ime_date": "2026-05-01T21:13:10.6104306+00:00",
        "note": "sample string 3"
      },
      {
        "denial_reason_id": 1,
        "action_type": "sample string 2",
        "denial_reason_date": "2026-05-01T21:13:10.6104306+00:00",
        "ime_date": "2026-05-01T21:13:10.6104306+00:00",
        "note": "sample string 3"
      }
    ],
    "billing_procedure_codes": [
      {
        "id": 1,
        "bill_number": "sample string 1",
        "bill_amount": 1.0,
        "cpt_code": "sample string 2",
        "description": "sample string 3",
        "specialty": "sample string 4",
        "modifier": "sample string 5",
        "group_iteams": "sample string 6",
        "validation_type": "sample string 7",
        "val_desc": "sample string 8",
        "date_of_service": "2026-05-01T21:13:10.6104306+00:00",
        "amount": 1.0,
        "paid_amount": 1.0,
        "fee_schedule": 1.0,
        "write_off": 1.0,
        "is90Cap": true
      },
      {
        "id": 1,
        "bill_number": "sample string 1",
        "bill_amount": 1.0,
        "cpt_code": "sample string 2",
        "description": "sample string 3",
        "specialty": "sample string 4",
        "modifier": "sample string 5",
        "group_iteams": "sample string 6",
        "validation_type": "sample string 7",
        "val_desc": "sample string 8",
        "date_of_service": "2026-05-01T21:13:10.6104306+00:00",
        "amount": 1.0,
        "paid_amount": 1.0,
        "fee_schedule": 1.0,
        "write_off": 1.0,
        "is90Cap": true
      }
    ],
    "fundingBatchNumber": "sample string 6",
    "ucr_codes": [
      {
        "id": 1,
        "bill_number": "sample string 1",
        "bill_amount": 1.0,
        "cpt_code": "sample string 2",
        "description": "sample string 3",
        "specialty": "sample string 4",
        "modifier": "sample string 5",
        "group_iteams": "sample string 6",
        "validation_type": "sample string 7",
        "val_desc": "sample string 8",
        "date_of_service": "2026-05-01T21:13:10.6104306+00:00",
        "amount": 1.0,
        "paid_amount": 1.0,
        "fee_schedule": 1.0,
        "write_off": 1.0,
        "is90Cap": true
      },
      {
        "id": 1,
        "bill_number": "sample string 1",
        "bill_amount": 1.0,
        "cpt_code": "sample string 2",
        "description": "sample string 3",
        "specialty": "sample string 4",
        "modifier": "sample string 5",
        "group_iteams": "sample string 6",
        "validation_type": "sample string 7",
        "val_desc": "sample string 8",
        "date_of_service": "2026-05-01T21:13:10.6104306+00:00",
        "amount": 1.0,
        "paid_amount": 1.0,
        "fee_schedule": 1.0,
        "write_off": 1.0,
        "is90Cap": true
      }
    ]
  }
]

text/html

Sample:
[{"id":1,"date_of_service_start":"2026-05-01T21:13:10.6104306+00:00","date_of_service_end":"2026-05-01T21:13:10.6104306+00:00","claim_amount":1.0,"paid_amount":1.0,"write_off":1.0,"fee_schedule":1.0,"date_bill_sent":"2026-05-01T21:13:10.6104306+00:00","denial_reason_id":1,"denial_reason_type":{"id":1,"reason_type":"sample string 1","created_by":"sample string 2","updated_by":"sample string 3","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00","is_active":true},"service_type":"sample string 1","account_number":"sample string 2","review_doctor_id":1,"review_doctor":{"id":1,"doctor_name":"sample string 1","is_active":true,"created_by":"sample string 3","updated_by":"sample string 4","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00"},"referring_doctor_id":1,"referring_doctor":{"id":1,"doctor_name":"sample string 1","created_by":"sample string 2","updated_by":"sample string 3","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00","is_active":true},"treating_doctor_id":1,"treating_doctor":{"id":1,"name":"sample string 1","created_by":"sample string 2","updated_by":"sample string 3","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00","is_active":true},"deductible_amount":1.0,"location_id":1,"location_name":{"provider_id":1,"provider_name":"sample string 1","region_id":1,"id":1,"name":"sample string 2","address":{"id":1,"address1":"sample string 1","address2":"sample string 2","city":"sample string 3","state":"sample string 4","zip":"sample string 5","phone":"sample string 6","fax":"sample string 7","country":"sample string 8","contact_name":"sample string 9","contact_number":"sample string 10","email":"sample string 11"},"created_by":"sample string 3","updated_by":"sample string 4","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00","is_active":true},"cpt_details":"sample string 3","funder_id":1,"funding_amount":1.0,"funding_date":"2026-05-01T21:13:10.6104306+00:00","is_funder":true,"refund_date":"2026-05-01T21:13:10.6104306+00:00","denial_date":"2026-05-01T21:13:10.6104306+00:00","ime_date":"2026-05-01T21:13:10.6104306+00:00","note":"sample string 4","pom_created_date":"2026-05-01T21:13:10.6104306+00:00","pom_stamped_date":"2026-05-01T21:13:10.6104306+00:00","pom_id":"sample string 5","portfolio_id":1,"treating_doctors_ids":[1,2],"review_doctor_ids":[1,2],"denial_reasons":[{"denial_reason_id":1,"action_type":"sample string 2","denial_reason_date":"2026-05-01T21:13:10.6104306+00:00","ime_date":"2026-05-01T21:13:10.6104306+00:00","note":"sample string 3"},{"denial_reason_id":1,"action_type":"sample string 2","denial_reason_date":"2026-05-01T21:13:10.6104306+00:00","ime_date":"2026-05-01T21:13:10.6104306+00:00","note":"sample string 3"}],"billing_procedure_codes":[{"id":1,"bill_number":"sample string 1","bill_amount":1.0,"cpt_code":"sample string 2","description":"sample string 3","specialty":"sample string 4","modifier":"sample string 5","group_iteams":"sample string 6","validation_type":"sample string 7","val_desc":"sample string 8","date_of_service":"2026-05-01T21:13:10.6104306+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true},{"id":1,"bill_number":"sample string 1","bill_amount":1.0,"cpt_code":"sample string 2","description":"sample string 3","specialty":"sample string 4","modifier":"sample string 5","group_iteams":"sample string 6","validation_type":"sample string 7","val_desc":"sample string 8","date_of_service":"2026-05-01T21:13:10.6104306+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true}],"fundingBatchNumber":"sample string 6","ucr_codes":[{"id":1,"bill_number":"sample string 1","bill_amount":1.0,"cpt_code":"sample string 2","description":"sample string 3","specialty":"sample string 4","modifier":"sample string 5","group_iteams":"sample string 6","validation_type":"sample string 7","val_desc":"sample string 8","date_of_service":"2026-05-01T21:13:10.6104306+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true},{"id":1,"bill_number":"sample string 1","bill_amount":1.0,"cpt_code":"sample string 2","description":"sample string 3","specialty":"sample string 4","modifier":"sample string 5","group_iteams":"sample string 6","validation_type":"sample string 7","val_desc":"sample string 8","date_of_service":"2026-05-01T21:13:10.6104306+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true}]},{"id":1,"date_of_service_start":"2026-05-01T21:13:10.6104306+00:00","date_of_service_end":"2026-05-01T21:13:10.6104306+00:00","claim_amount":1.0,"paid_amount":1.0,"write_off":1.0,"fee_schedule":1.0,"date_bill_sent":"2026-05-01T21:13:10.6104306+00:00","denial_reason_id":1,"denial_reason_type":{"id":1,"reason_type":"sample string 1","created_by":"sample string 2","updated_by":"sample string 3","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00","is_active":true},"service_type":"sample string 1","account_number":"sample string 2","review_doctor_id":1,"review_doctor":{"id":1,"doctor_name":"sample string 1","is_active":true,"created_by":"sample string 3","updated_by":"sample string 4","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00"},"referring_doctor_id":1,"referring_doctor":{"id":1,"doctor_name":"sample string 1","created_by":"sample string 2","updated_by":"sample string 3","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00","is_active":true},"treating_doctor_id":1,"treating_doctor":{"id":1,"name":"sample string 1","created_by":"sample string 2","updated_by":"sample string 3","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00","is_active":true},"deductible_amount":1.0,"location_id":1,"location_name":{"provider_id":1,"provider_name":"sample string 1","region_id":1,"id":1,"name":"sample string 2","address":{"id":1,"address1":"sample string 1","address2":"sample string 2","city":"sample string 3","state":"sample string 4","zip":"sample string 5","phone":"sample string 6","fax":"sample string 7","country":"sample string 8","contact_name":"sample string 9","contact_number":"sample string 10","email":"sample string 11"},"created_by":"sample string 3","updated_by":"sample string 4","created_date":"2026-05-01T21:13:10.6104306+00:00","updated_date":"2026-05-01T21:13:10.6104306+00:00","is_active":true},"cpt_details":"sample string 3","funder_id":1,"funding_amount":1.0,"funding_date":"2026-05-01T21:13:10.6104306+00:00","is_funder":true,"refund_date":"2026-05-01T21:13:10.6104306+00:00","denial_date":"2026-05-01T21:13:10.6104306+00:00","ime_date":"2026-05-01T21:13:10.6104306+00:00","note":"sample string 4","pom_created_date":"2026-05-01T21:13:10.6104306+00:00","pom_stamped_date":"2026-05-01T21:13:10.6104306+00:00","pom_id":"sample string 5","portfolio_id":1,"treating_doctors_ids":[1,2],"review_doctor_ids":[1,2],"denial_reasons":[{"denial_reason_id":1,"action_type":"sample string 2","denial_reason_date":"2026-05-01T21:13:10.6104306+00:00","ime_date":"2026-05-01T21:13:10.6104306+00:00","note":"sample string 3"},{"denial_reason_id":1,"action_type":"sample string 2","denial_reason_date":"2026-05-01T21:13:10.6104306+00:00","ime_date":"2026-05-01T21:13:10.6104306+00:00","note":"sample string 3"}],"billing_procedure_codes":[{"id":1,"bill_number":"sample string 1","bill_amount":1.0,"cpt_code":"sample string 2","description":"sample string 3","specialty":"sample string 4","modifier":"sample string 5","group_iteams":"sample string 6","validation_type":"sample string 7","val_desc":"sample string 8","date_of_service":"2026-05-01T21:13:10.6104306+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true},{"id":1,"bill_number":"sample string 1","bill_amount":1.0,"cpt_code":"sample string 2","description":"sample string 3","specialty":"sample string 4","modifier":"sample string 5","group_iteams":"sample string 6","validation_type":"sample string 7","val_desc":"sample string 8","date_of_service":"2026-05-01T21:13:10.6104306+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true}],"fundingBatchNumber":"sample string 6","ucr_codes":[{"id":1,"bill_number":"sample string 1","bill_amount":1.0,"cpt_code":"sample string 2","description":"sample string 3","specialty":"sample string 4","modifier":"sample string 5","group_iteams":"sample string 6","validation_type":"sample string 7","val_desc":"sample string 8","date_of_service":"2026-05-01T21:13:10.6104306+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true},{"id":1,"bill_number":"sample string 1","bill_amount":1.0,"cpt_code":"sample string 2","description":"sample string 3","specialty":"sample string 4","modifier":"sample string 5","group_iteams":"sample string 6","validation_type":"sample string 7","val_desc":"sample string 8","date_of_service":"2026-05-01T21:13:10.6104306+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true}]}]

application/xml, text/xml

Sample:
<ArrayOfCaseTreatmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <CaseTreatmentModel>
    <account_number>sample string 2</account_number>
    <billing_procedure_codes>
      <CaseBillingProcedureCodeModel>
        <amount>1</amount>
        <bill_amount>1</bill_amount>
        <bill_number>sample string 1</bill_number>
        <cpt_code>sample string 2</cpt_code>
        <date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service>
        <description>sample string 3</description>
        <fee_schedule>1</fee_schedule>
        <group_iteams>sample string 6</group_iteams>
        <id>1</id>
        <is90Cap>true</is90Cap>
        <modifier>sample string 5</modifier>
        <paid_amount>1</paid_amount>
        <specialty>sample string 4</specialty>
        <val_desc>sample string 8</val_desc>
        <validation_type>sample string 7</validation_type>
        <write_off>1</write_off>
      </CaseBillingProcedureCodeModel>
      <CaseBillingProcedureCodeModel>
        <amount>1</amount>
        <bill_amount>1</bill_amount>
        <bill_number>sample string 1</bill_number>
        <cpt_code>sample string 2</cpt_code>
        <date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service>
        <description>sample string 3</description>
        <fee_schedule>1</fee_schedule>
        <group_iteams>sample string 6</group_iteams>
        <id>1</id>
        <is90Cap>true</is90Cap>
        <modifier>sample string 5</modifier>
        <paid_amount>1</paid_amount>
        <specialty>sample string 4</specialty>
        <val_desc>sample string 8</val_desc>
        <validation_type>sample string 7</validation_type>
        <write_off>1</write_off>
      </CaseBillingProcedureCodeModel>
    </billing_procedure_codes>
    <claim_amount>1</claim_amount>
    <cpt_details>sample string 3</cpt_details>
    <date_bill_sent>2026-05-01T21:13:10.6104306+00:00</date_bill_sent>
    <date_of_service_end>2026-05-01T21:13:10.6104306+00:00</date_of_service_end>
    <date_of_service_start>2026-05-01T21:13:10.6104306+00:00</date_of_service_start>
    <deductible_amount>1</deductible_amount>
    <denial_date>2026-05-01T21:13:10.6104306+00:00</denial_date>
    <denial_reason_id>1</denial_reason_id>
    <denial_reason_type>
      <created_by>sample string 2</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>true</is_active>
      <updated_by>sample string 3</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <id>1</id>
      <reason_type>sample string 1</reason_type>
    </denial_reason_type>
    <denial_reasons xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.CaseManagement">
      <d3p1:TreatmentDenialReasonModel>
        <d3p1:action_type>sample string 2</d3p1:action_type>
        <d3p1:denial_reason_date>2026-05-01T21:13:10.6104306+00:00</d3p1:denial_reason_date>
        <d3p1:denial_reason_id>1</d3p1:denial_reason_id>
        <d3p1:ime_date>2026-05-01T21:13:10.6104306+00:00</d3p1:ime_date>
        <d3p1:note>sample string 3</d3p1:note>
      </d3p1:TreatmentDenialReasonModel>
      <d3p1:TreatmentDenialReasonModel>
        <d3p1:action_type>sample string 2</d3p1:action_type>
        <d3p1:denial_reason_date>2026-05-01T21:13:10.6104306+00:00</d3p1:denial_reason_date>
        <d3p1:denial_reason_id>1</d3p1:denial_reason_id>
        <d3p1:ime_date>2026-05-01T21:13:10.6104306+00:00</d3p1:ime_date>
        <d3p1:note>sample string 3</d3p1:note>
      </d3p1:TreatmentDenialReasonModel>
    </denial_reasons>
    <fee_schedule>1</fee_schedule>
    <funder_id>1</funder_id>
    <fundingBatchNumber>sample string 6</fundingBatchNumber>
    <funding_amount>1</funding_amount>
    <funding_date>2026-05-01T21:13:10.6104306+00:00</funding_date>
    <id>1</id>
    <ime_date>2026-05-01T21:13:10.6104306+00:00</ime_date>
    <is_funder>true</is_funder>
    <location_id>1</location_id>
    <location_name>
      <created_by>sample string 3</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>true</is_active>
      <updated_by>sample string 4</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <address>
        <address1>sample string 1</address1>
        <address2>sample string 2</address2>
        <city>sample string 3</city>
        <contact_name>sample string 9</contact_name>
        <contact_number>sample string 10</contact_number>
        <country>sample string 8</country>
        <email>sample string 11</email>
        <fax>sample string 7</fax>
        <id>1</id>
        <phone>sample string 6</phone>
        <state>sample string 4</state>
        <zip>sample string 5</zip>
      </address>
      <id>1</id>
      <name>sample string 2</name>
      <provider_id>1</provider_id>
      <provider_name>sample string 1</provider_name>
      <region_id>1</region_id>
    </location_name>
    <note>sample string 4</note>
    <paid_amount>1</paid_amount>
    <pom_created_date>2026-05-01T21:13:10.6104306+00:00</pom_created_date>
    <pom_id>sample string 5</pom_id>
    <pom_stamped_date>2026-05-01T21:13:10.6104306+00:00</pom_stamped_date>
    <portfolio_id>1</portfolio_id>
    <referring_doctor>
      <created_by>sample string 2</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>true</is_active>
      <updated_by>sample string 3</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <doctor_name>sample string 1</doctor_name>
      <id>1</id>
    </referring_doctor>
    <referring_doctor_id>1</referring_doctor_id>
    <refund_date>2026-05-01T21:13:10.6104306+00:00</refund_date>
    <review_doctor>
      <created_by>sample string 3</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>false</is_active>
      <updated_by>sample string 4</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <doctor_name>sample string 1</doctor_name>
      <id>1</id>
      <is_active>true</is_active>
    </review_doctor>
    <review_doctor_id>1</review_doctor_id>
    <review_doctor_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </review_doctor_ids>
    <service_type>sample string 1</service_type>
    <treating_doctor>
      <created_by>sample string 2</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>true</is_active>
      <updated_by>sample string 3</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <id>1</id>
      <name>sample string 1</name>
    </treating_doctor>
    <treating_doctor_id>1</treating_doctor_id>
    <treating_doctors_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </treating_doctors_ids>
    <ucr_codes>
      <CaseBillingProcedureCodeModel>
        <amount>1</amount>
        <bill_amount>1</bill_amount>
        <bill_number>sample string 1</bill_number>
        <cpt_code>sample string 2</cpt_code>
        <date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service>
        <description>sample string 3</description>
        <fee_schedule>1</fee_schedule>
        <group_iteams>sample string 6</group_iteams>
        <id>1</id>
        <is90Cap>true</is90Cap>
        <modifier>sample string 5</modifier>
        <paid_amount>1</paid_amount>
        <specialty>sample string 4</specialty>
        <val_desc>sample string 8</val_desc>
        <validation_type>sample string 7</validation_type>
        <write_off>1</write_off>
      </CaseBillingProcedureCodeModel>
      <CaseBillingProcedureCodeModel>
        <amount>1</amount>
        <bill_amount>1</bill_amount>
        <bill_number>sample string 1</bill_number>
        <cpt_code>sample string 2</cpt_code>
        <date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service>
        <description>sample string 3</description>
        <fee_schedule>1</fee_schedule>
        <group_iteams>sample string 6</group_iteams>
        <id>1</id>
        <is90Cap>true</is90Cap>
        <modifier>sample string 5</modifier>
        <paid_amount>1</paid_amount>
        <specialty>sample string 4</specialty>
        <val_desc>sample string 8</val_desc>
        <validation_type>sample string 7</validation_type>
        <write_off>1</write_off>
      </CaseBillingProcedureCodeModel>
    </ucr_codes>
    <write_off>1</write_off>
  </CaseTreatmentModel>
  <CaseTreatmentModel>
    <account_number>sample string 2</account_number>
    <billing_procedure_codes>
      <CaseBillingProcedureCodeModel>
        <amount>1</amount>
        <bill_amount>1</bill_amount>
        <bill_number>sample string 1</bill_number>
        <cpt_code>sample string 2</cpt_code>
        <date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service>
        <description>sample string 3</description>
        <fee_schedule>1</fee_schedule>
        <group_iteams>sample string 6</group_iteams>
        <id>1</id>
        <is90Cap>true</is90Cap>
        <modifier>sample string 5</modifier>
        <paid_amount>1</paid_amount>
        <specialty>sample string 4</specialty>
        <val_desc>sample string 8</val_desc>
        <validation_type>sample string 7</validation_type>
        <write_off>1</write_off>
      </CaseBillingProcedureCodeModel>
      <CaseBillingProcedureCodeModel>
        <amount>1</amount>
        <bill_amount>1</bill_amount>
        <bill_number>sample string 1</bill_number>
        <cpt_code>sample string 2</cpt_code>
        <date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service>
        <description>sample string 3</description>
        <fee_schedule>1</fee_schedule>
        <group_iteams>sample string 6</group_iteams>
        <id>1</id>
        <is90Cap>true</is90Cap>
        <modifier>sample string 5</modifier>
        <paid_amount>1</paid_amount>
        <specialty>sample string 4</specialty>
        <val_desc>sample string 8</val_desc>
        <validation_type>sample string 7</validation_type>
        <write_off>1</write_off>
      </CaseBillingProcedureCodeModel>
    </billing_procedure_codes>
    <claim_amount>1</claim_amount>
    <cpt_details>sample string 3</cpt_details>
    <date_bill_sent>2026-05-01T21:13:10.6104306+00:00</date_bill_sent>
    <date_of_service_end>2026-05-01T21:13:10.6104306+00:00</date_of_service_end>
    <date_of_service_start>2026-05-01T21:13:10.6104306+00:00</date_of_service_start>
    <deductible_amount>1</deductible_amount>
    <denial_date>2026-05-01T21:13:10.6104306+00:00</denial_date>
    <denial_reason_id>1</denial_reason_id>
    <denial_reason_type>
      <created_by>sample string 2</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>true</is_active>
      <updated_by>sample string 3</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <id>1</id>
      <reason_type>sample string 1</reason_type>
    </denial_reason_type>
    <denial_reasons xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.CaseManagement">
      <d3p1:TreatmentDenialReasonModel>
        <d3p1:action_type>sample string 2</d3p1:action_type>
        <d3p1:denial_reason_date>2026-05-01T21:13:10.6104306+00:00</d3p1:denial_reason_date>
        <d3p1:denial_reason_id>1</d3p1:denial_reason_id>
        <d3p1:ime_date>2026-05-01T21:13:10.6104306+00:00</d3p1:ime_date>
        <d3p1:note>sample string 3</d3p1:note>
      </d3p1:TreatmentDenialReasonModel>
      <d3p1:TreatmentDenialReasonModel>
        <d3p1:action_type>sample string 2</d3p1:action_type>
        <d3p1:denial_reason_date>2026-05-01T21:13:10.6104306+00:00</d3p1:denial_reason_date>
        <d3p1:denial_reason_id>1</d3p1:denial_reason_id>
        <d3p1:ime_date>2026-05-01T21:13:10.6104306+00:00</d3p1:ime_date>
        <d3p1:note>sample string 3</d3p1:note>
      </d3p1:TreatmentDenialReasonModel>
    </denial_reasons>
    <fee_schedule>1</fee_schedule>
    <funder_id>1</funder_id>
    <fundingBatchNumber>sample string 6</fundingBatchNumber>
    <funding_amount>1</funding_amount>
    <funding_date>2026-05-01T21:13:10.6104306+00:00</funding_date>
    <id>1</id>
    <ime_date>2026-05-01T21:13:10.6104306+00:00</ime_date>
    <is_funder>true</is_funder>
    <location_id>1</location_id>
    <location_name>
      <created_by>sample string 3</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>true</is_active>
      <updated_by>sample string 4</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <address>
        <address1>sample string 1</address1>
        <address2>sample string 2</address2>
        <city>sample string 3</city>
        <contact_name>sample string 9</contact_name>
        <contact_number>sample string 10</contact_number>
        <country>sample string 8</country>
        <email>sample string 11</email>
        <fax>sample string 7</fax>
        <id>1</id>
        <phone>sample string 6</phone>
        <state>sample string 4</state>
        <zip>sample string 5</zip>
      </address>
      <id>1</id>
      <name>sample string 2</name>
      <provider_id>1</provider_id>
      <provider_name>sample string 1</provider_name>
      <region_id>1</region_id>
    </location_name>
    <note>sample string 4</note>
    <paid_amount>1</paid_amount>
    <pom_created_date>2026-05-01T21:13:10.6104306+00:00</pom_created_date>
    <pom_id>sample string 5</pom_id>
    <pom_stamped_date>2026-05-01T21:13:10.6104306+00:00</pom_stamped_date>
    <portfolio_id>1</portfolio_id>
    <referring_doctor>
      <created_by>sample string 2</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>true</is_active>
      <updated_by>sample string 3</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <doctor_name>sample string 1</doctor_name>
      <id>1</id>
    </referring_doctor>
    <referring_doctor_id>1</referring_doctor_id>
    <refund_date>2026-05-01T21:13:10.6104306+00:00</refund_date>
    <review_doctor>
      <created_by>sample string 3</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>false</is_active>
      <updated_by>sample string 4</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <doctor_name>sample string 1</doctor_name>
      <id>1</id>
      <is_active>true</is_active>
    </review_doctor>
    <review_doctor_id>1</review_doctor_id>
    <review_doctor_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </review_doctor_ids>
    <service_type>sample string 1</service_type>
    <treating_doctor>
      <created_by>sample string 2</created_by>
      <created_date>2026-05-01T21:13:10.6104306+00:00</created_date>
      <is_active>true</is_active>
      <updated_by>sample string 3</updated_by>
      <updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date>
      <id>1</id>
      <name>sample string 1</name>
    </treating_doctor>
    <treating_doctor_id>1</treating_doctor_id>
    <treating_doctors_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </treating_doctors_ids>
    <ucr_codes>
      <CaseBillingProcedureCodeModel>
        <amount>1</amount>
        <bill_amount>1</bill_amount>
        <bill_number>sample string 1</bill_number>
        <cpt_code>sample string 2</cpt_code>
        <date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service>
        <description>sample string 3</description>
        <fee_schedule>1</fee_schedule>
        <group_iteams>sample string 6</group_iteams>
        <id>1</id>
        <is90Cap>true</is90Cap>
        <modifier>sample string 5</modifier>
        <paid_amount>1</paid_amount>
        <specialty>sample string 4</specialty>
        <val_desc>sample string 8</val_desc>
        <validation_type>sample string 7</validation_type>
        <write_off>1</write_off>
      </CaseBillingProcedureCodeModel>
      <CaseBillingProcedureCodeModel>
        <amount>1</amount>
        <bill_amount>1</bill_amount>
        <bill_number>sample string 1</bill_number>
        <cpt_code>sample string 2</cpt_code>
        <date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service>
        <description>sample string 3</description>
        <fee_schedule>1</fee_schedule>
        <group_iteams>sample string 6</group_iteams>
        <id>1</id>
        <is90Cap>true</is90Cap>
        <modifier>sample string 5</modifier>
        <paid_amount>1</paid_amount>
        <specialty>sample string 4</specialty>
        <val_desc>sample string 8</val_desc>
        <validation_type>sample string 7</validation_type>
        <write_off>1</write_off>
      </CaseBillingProcedureCodeModel>
    </ucr_codes>
    <write_off>1</write_off>
  </CaseTreatmentModel>
</ArrayOfCaseTreatmentModel>

multipart/form-data

Sample:
<ArrayOfCaseTreatmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><CaseTreatmentModel><account_number>sample string 2</account_number><billing_procedure_codes><CaseBillingProcedureCodeModel><amount>1</amount><bill_amount>1</bill_amount><bill_number>sample string 1</bill_number><cpt_code>sample string 2</cpt_code><date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service><description>sample string 3</description><fee_schedule>1</fee_schedule><group_iteams>sample string 6</group_iteams><id>1</id><is90Cap>true</is90Cap><modifier>sample string 5</modifier><paid_amount>1</paid_amount><specialty>sample string 4</specialty><val_desc>sample string 8</val_desc><validation_type>sample string 7</validation_type><write_off>1</write_off></CaseBillingProcedureCodeModel><CaseBillingProcedureCodeModel><amount>1</amount><bill_amount>1</bill_amount><bill_number>sample string 1</bill_number><cpt_code>sample string 2</cpt_code><date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service><description>sample string 3</description><fee_schedule>1</fee_schedule><group_iteams>sample string 6</group_iteams><id>1</id><is90Cap>true</is90Cap><modifier>sample string 5</modifier><paid_amount>1</paid_amount><specialty>sample string 4</specialty><val_desc>sample string 8</val_desc><validation_type>sample string 7</validation_type><write_off>1</write_off></CaseBillingProcedureCodeModel></billing_procedure_codes><claim_amount>1</claim_amount><cpt_details>sample string 3</cpt_details><date_bill_sent>2026-05-01T21:13:10.6104306+00:00</date_bill_sent><date_of_service_end>2026-05-01T21:13:10.6104306+00:00</date_of_service_end><date_of_service_start>2026-05-01T21:13:10.6104306+00:00</date_of_service_start><deductible_amount>1</deductible_amount><denial_date>2026-05-01T21:13:10.6104306+00:00</denial_date><denial_reason_id>1</denial_reason_id><denial_reason_type><created_by>sample string 2</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>true</is_active><updated_by>sample string 3</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><id>1</id><reason_type>sample string 1</reason_type></denial_reason_type><denial_reasons xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.CaseManagement"><d3p1:TreatmentDenialReasonModel><d3p1:action_type>sample string 2</d3p1:action_type><d3p1:denial_reason_date>2026-05-01T21:13:10.6104306+00:00</d3p1:denial_reason_date><d3p1:denial_reason_id>1</d3p1:denial_reason_id><d3p1:ime_date>2026-05-01T21:13:10.6104306+00:00</d3p1:ime_date><d3p1:note>sample string 3</d3p1:note></d3p1:TreatmentDenialReasonModel><d3p1:TreatmentDenialReasonModel><d3p1:action_type>sample string 2</d3p1:action_type><d3p1:denial_reason_date>2026-05-01T21:13:10.6104306+00:00</d3p1:denial_reason_date><d3p1:denial_reason_id>1</d3p1:denial_reason_id><d3p1:ime_date>2026-05-01T21:13:10.6104306+00:00</d3p1:ime_date><d3p1:note>sample string 3</d3p1:note></d3p1:TreatmentDenialReasonModel></denial_reasons><fee_schedule>1</fee_schedule><funder_id>1</funder_id><fundingBatchNumber>sample string 6</fundingBatchNumber><funding_amount>1</funding_amount><funding_date>2026-05-01T21:13:10.6104306+00:00</funding_date><id>1</id><ime_date>2026-05-01T21:13:10.6104306+00:00</ime_date><is_funder>true</is_funder><location_id>1</location_id><location_name><created_by>sample string 3</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>true</is_active><updated_by>sample string 4</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><address><address1>sample string 1</address1><address2>sample string 2</address2><city>sample string 3</city><contact_name>sample string 9</contact_name><contact_number>sample string 10</contact_number><country>sample string 8</country><email>sample string 11</email><fax>sample string 7</fax><id>1</id><phone>sample string 6</phone><state>sample string 4</state><zip>sample string 5</zip></address><id>1</id><name>sample string 2</name><provider_id>1</provider_id><provider_name>sample string 1</provider_name><region_id>1</region_id></location_name><note>sample string 4</note><paid_amount>1</paid_amount><pom_created_date>2026-05-01T21:13:10.6104306+00:00</pom_created_date><pom_id>sample string 5</pom_id><pom_stamped_date>2026-05-01T21:13:10.6104306+00:00</pom_stamped_date><portfolio_id>1</portfolio_id><referring_doctor><created_by>sample string 2</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>true</is_active><updated_by>sample string 3</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><doctor_name>sample string 1</doctor_name><id>1</id></referring_doctor><referring_doctor_id>1</referring_doctor_id><refund_date>2026-05-01T21:13:10.6104306+00:00</refund_date><review_doctor><created_by>sample string 3</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>false</is_active><updated_by>sample string 4</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><doctor_name>sample string 1</doctor_name><id>1</id><is_active>true</is_active></review_doctor><review_doctor_id>1</review_doctor_id><review_doctor_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d3p1:int>1</d3p1:int><d3p1:int>2</d3p1:int></review_doctor_ids><service_type>sample string 1</service_type><treating_doctor><created_by>sample string 2</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>true</is_active><updated_by>sample string 3</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><id>1</id><name>sample string 1</name></treating_doctor><treating_doctor_id>1</treating_doctor_id><treating_doctors_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d3p1:int>1</d3p1:int><d3p1:int>2</d3p1:int></treating_doctors_ids><ucr_codes><CaseBillingProcedureCodeModel><amount>1</amount><bill_amount>1</bill_amount><bill_number>sample string 1</bill_number><cpt_code>sample string 2</cpt_code><date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service><description>sample string 3</description><fee_schedule>1</fee_schedule><group_iteams>sample string 6</group_iteams><id>1</id><is90Cap>true</is90Cap><modifier>sample string 5</modifier><paid_amount>1</paid_amount><specialty>sample string 4</specialty><val_desc>sample string 8</val_desc><validation_type>sample string 7</validation_type><write_off>1</write_off></CaseBillingProcedureCodeModel><CaseBillingProcedureCodeModel><amount>1</amount><bill_amount>1</bill_amount><bill_number>sample string 1</bill_number><cpt_code>sample string 2</cpt_code><date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service><description>sample string 3</description><fee_schedule>1</fee_schedule><group_iteams>sample string 6</group_iteams><id>1</id><is90Cap>true</is90Cap><modifier>sample string 5</modifier><paid_amount>1</paid_amount><specialty>sample string 4</specialty><val_desc>sample string 8</val_desc><validation_type>sample string 7</validation_type><write_off>1</write_off></CaseBillingProcedureCodeModel></ucr_codes><write_off>1</write_off></CaseTreatmentModel><CaseTreatmentModel><account_number>sample string 2</account_number><billing_procedure_codes><CaseBillingProcedureCodeModel><amount>1</amount><bill_amount>1</bill_amount><bill_number>sample string 1</bill_number><cpt_code>sample string 2</cpt_code><date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service><description>sample string 3</description><fee_schedule>1</fee_schedule><group_iteams>sample string 6</group_iteams><id>1</id><is90Cap>true</is90Cap><modifier>sample string 5</modifier><paid_amount>1</paid_amount><specialty>sample string 4</specialty><val_desc>sample string 8</val_desc><validation_type>sample string 7</validation_type><write_off>1</write_off></CaseBillingProcedureCodeModel><CaseBillingProcedureCodeModel><amount>1</amount><bill_amount>1</bill_amount><bill_number>sample string 1</bill_number><cpt_code>sample string 2</cpt_code><date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service><description>sample string 3</description><fee_schedule>1</fee_schedule><group_iteams>sample string 6</group_iteams><id>1</id><is90Cap>true</is90Cap><modifier>sample string 5</modifier><paid_amount>1</paid_amount><specialty>sample string 4</specialty><val_desc>sample string 8</val_desc><validation_type>sample string 7</validation_type><write_off>1</write_off></CaseBillingProcedureCodeModel></billing_procedure_codes><claim_amount>1</claim_amount><cpt_details>sample string 3</cpt_details><date_bill_sent>2026-05-01T21:13:10.6104306+00:00</date_bill_sent><date_of_service_end>2026-05-01T21:13:10.6104306+00:00</date_of_service_end><date_of_service_start>2026-05-01T21:13:10.6104306+00:00</date_of_service_start><deductible_amount>1</deductible_amount><denial_date>2026-05-01T21:13:10.6104306+00:00</denial_date><denial_reason_id>1</denial_reason_id><denial_reason_type><created_by>sample string 2</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>true</is_active><updated_by>sample string 3</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><id>1</id><reason_type>sample string 1</reason_type></denial_reason_type><denial_reasons xmlns:d3p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.CaseManagement"><d3p1:TreatmentDenialReasonModel><d3p1:action_type>sample string 2</d3p1:action_type><d3p1:denial_reason_date>2026-05-01T21:13:10.6104306+00:00</d3p1:denial_reason_date><d3p1:denial_reason_id>1</d3p1:denial_reason_id><d3p1:ime_date>2026-05-01T21:13:10.6104306+00:00</d3p1:ime_date><d3p1:note>sample string 3</d3p1:note></d3p1:TreatmentDenialReasonModel><d3p1:TreatmentDenialReasonModel><d3p1:action_type>sample string 2</d3p1:action_type><d3p1:denial_reason_date>2026-05-01T21:13:10.6104306+00:00</d3p1:denial_reason_date><d3p1:denial_reason_id>1</d3p1:denial_reason_id><d3p1:ime_date>2026-05-01T21:13:10.6104306+00:00</d3p1:ime_date><d3p1:note>sample string 3</d3p1:note></d3p1:TreatmentDenialReasonModel></denial_reasons><fee_schedule>1</fee_schedule><funder_id>1</funder_id><fundingBatchNumber>sample string 6</fundingBatchNumber><funding_amount>1</funding_amount><funding_date>2026-05-01T21:13:10.6104306+00:00</funding_date><id>1</id><ime_date>2026-05-01T21:13:10.6104306+00:00</ime_date><is_funder>true</is_funder><location_id>1</location_id><location_name><created_by>sample string 3</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>true</is_active><updated_by>sample string 4</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><address><address1>sample string 1</address1><address2>sample string 2</address2><city>sample string 3</city><contact_name>sample string 9</contact_name><contact_number>sample string 10</contact_number><country>sample string 8</country><email>sample string 11</email><fax>sample string 7</fax><id>1</id><phone>sample string 6</phone><state>sample string 4</state><zip>sample string 5</zip></address><id>1</id><name>sample string 2</name><provider_id>1</provider_id><provider_name>sample string 1</provider_name><region_id>1</region_id></location_name><note>sample string 4</note><paid_amount>1</paid_amount><pom_created_date>2026-05-01T21:13:10.6104306+00:00</pom_created_date><pom_id>sample string 5</pom_id><pom_stamped_date>2026-05-01T21:13:10.6104306+00:00</pom_stamped_date><portfolio_id>1</portfolio_id><referring_doctor><created_by>sample string 2</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>true</is_active><updated_by>sample string 3</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><doctor_name>sample string 1</doctor_name><id>1</id></referring_doctor><referring_doctor_id>1</referring_doctor_id><refund_date>2026-05-01T21:13:10.6104306+00:00</refund_date><review_doctor><created_by>sample string 3</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>false</is_active><updated_by>sample string 4</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><doctor_name>sample string 1</doctor_name><id>1</id><is_active>true</is_active></review_doctor><review_doctor_id>1</review_doctor_id><review_doctor_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d3p1:int>1</d3p1:int><d3p1:int>2</d3p1:int></review_doctor_ids><service_type>sample string 1</service_type><treating_doctor><created_by>sample string 2</created_by><created_date>2026-05-01T21:13:10.6104306+00:00</created_date><is_active>true</is_active><updated_by>sample string 3</updated_by><updated_date>2026-05-01T21:13:10.6104306+00:00</updated_date><id>1</id><name>sample string 1</name></treating_doctor><treating_doctor_id>1</treating_doctor_id><treating_doctors_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d3p1:int>1</d3p1:int><d3p1:int>2</d3p1:int></treating_doctors_ids><ucr_codes><CaseBillingProcedureCodeModel><amount>1</amount><bill_amount>1</bill_amount><bill_number>sample string 1</bill_number><cpt_code>sample string 2</cpt_code><date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service><description>sample string 3</description><fee_schedule>1</fee_schedule><group_iteams>sample string 6</group_iteams><id>1</id><is90Cap>true</is90Cap><modifier>sample string 5</modifier><paid_amount>1</paid_amount><specialty>sample string 4</specialty><val_desc>sample string 8</val_desc><validation_type>sample string 7</validation_type><write_off>1</write_off></CaseBillingProcedureCodeModel><CaseBillingProcedureCodeModel><amount>1</amount><bill_amount>1</bill_amount><bill_number>sample string 1</bill_number><cpt_code>sample string 2</cpt_code><date_of_service>2026-05-01T21:13:10.6104306+00:00</date_of_service><description>sample string 3</description><fee_schedule>1</fee_schedule><group_iteams>sample string 6</group_iteams><id>1</id><is90Cap>true</is90Cap><modifier>sample string 5</modifier><paid_amount>1</paid_amount><specialty>sample string 4</specialty><val_desc>sample string 8</val_desc><validation_type>sample string 7</validation_type><write_off>1</write_off></CaseBillingProcedureCodeModel></ucr_codes><write_off>1</write_off></CaseTreatmentModel></ArrayOfCaseTreatmentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml, multipart/form-data

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>