POST api/PatientProgramBilleds

Request Information

URI Parameters

None.

Body Parameters

PatientProgramBilled
NameDescriptionTypeAdditional information
ID

integer

None.

CPI

string

None.

DIV_ID

integer

None.

PROGRAM_ID

integer

None.

BILLED_MONTH

integer

None.

BILLED_YEAR

integer

None.

BILLED_DATE

date

None.

BILLED_BY

string

None.

OLD

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CPI": "sample string 2",
  "DIV_ID": 3,
  "PROGRAM_ID": 4,
  "BILLED_MONTH": 5,
  "BILLED_YEAR": 6,
  "BILLED_DATE": "2025-08-29T02:50:56.5776107+00:00",
  "BILLED_BY": "sample string 8",
  "OLD": 1
}

application/octet-stream

Sample:
{"ID":1,"CPI":"sample string 2","DIV_ID":3,"PROGRAM_ID":4,"BILLED_MONTH":5,"BILLED_YEAR":6,"BILLED_DATE":"2025-08-29T02:50:56.5776107+00:00","BILLED_BY":"sample string 8","OLD":1}

application/xml, text/xml

Sample:
<PatientProgramBilled xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <CPI>sample string 2</CPI>
  <DIV_ID>3</DIV_ID>
  <PROGRAM_ID>4</PROGRAM_ID>
  <BILLED_MONTH>5</BILLED_MONTH>
  <BILLED_YEAR>6</BILLED_YEAR>
  <BILLED_DATE>2025-08-29T02:50:56.5776107+00:00</BILLED_DATE>
  <BILLED_BY>sample string 8</BILLED_BY>
  <OLD>1</OLD>
</PatientProgramBilled>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PatientProgramBilled'.

Response Information

Resource Description

PatientProgramBilled
NameDescriptionTypeAdditional information
ID

integer

None.

CPI

string

None.

DIV_ID

integer

None.

PROGRAM_ID

integer

None.

BILLED_MONTH

integer

None.

BILLED_YEAR

integer

None.

BILLED_DATE

date

None.

BILLED_BY

string

None.

OLD

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CPI": "sample string 2",
  "DIV_ID": 3,
  "PROGRAM_ID": 4,
  "BILLED_MONTH": 5,
  "BILLED_YEAR": 6,
  "BILLED_DATE": "2025-08-29T02:50:56.5776107+00:00",
  "BILLED_BY": "sample string 8",
  "OLD": 1
}

application/octet-stream

Sample:
{"ID":1,"CPI":"sample string 2","DIV_ID":3,"PROGRAM_ID":4,"BILLED_MONTH":5,"BILLED_YEAR":6,"BILLED_DATE":"2025-08-29T02:50:56.5776107+00:00","BILLED_BY":"sample string 8","OLD":1}

application/xml, text/xml

Sample:
<PatientProgramBilled xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <CPI>sample string 2</CPI>
  <DIV_ID>3</DIV_ID>
  <PROGRAM_ID>4</PROGRAM_ID>
  <BILLED_MONTH>5</BILLED_MONTH>
  <BILLED_YEAR>6</BILLED_YEAR>
  <BILLED_DATE>2025-08-29T02:50:56.5776107+00:00</BILLED_DATE>
  <BILLED_BY>sample string 8</BILLED_BY>
  <OLD>1</OLD>
</PatientProgramBilled>