POST api/case/{caseId}/treatment/{treatmentId}/cpt_code

Request Information

URI Parameters

NameDescriptionTypeAdditional information
caseId

string

Required

treatmentId

integer

Required

Body Parameters

AddBillingCodeModel
NameDescriptionTypeAdditional information
case_billing_codes

Collection of CaseBillingProcedureCodeModel

None.

Request Formats

application/json, text/json

Sample:
{
  "case_billing_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:44.580945+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:44.580945+00:00",
      "amount": 1.0,
      "paid_amount": 1.0,
      "fee_schedule": 1.0,
      "write_off": 1.0,
      "is90Cap": true
    }
  ]
}

text/html

Sample:
{"case_billing_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:44.580945+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:44.580945+00:00","amount":1.0,"paid_amount":1.0,"fee_schedule":1.0,"write_off":1.0,"is90Cap":true}]}

application/xml, text/xml

Sample:
<AddBillingCodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <case_billing_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:44.580945+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:44.580945+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>
  </case_billing_codes>
</AddBillingCodeModel>

multipart/form-data

Sample:
<AddBillingCodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><case_billing_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:44.580945+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:44.580945+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></case_billing_codes></AddBillingCodeModel>

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>