POST api/PatientProgramBilleds
Request Information
URI Parameters
None.
Body Parameters
PatientProgramBilled| Name | Description | Type | Additional 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": "2026-01-13T05:24:16.4498116+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":"2026-01-13T05:24:16.4498116+00:00","BILLED_BY":"sample string 8","OLD":1}
application/xml, text/xml
Sample:
<PatientProgramBilled xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <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>2026-01-13T05:24:16.4498116+00:00</BILLED_DATE> <BILLED_BY>sample string 8</BILLED_BY> <OLD>1</OLD> </PatientProgramBilled>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PatientProgramBilled| Name | Description | Type | Additional 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": "2026-01-13T05:24:16.4498116+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":"2026-01-13T05:24:16.4498116+00:00","BILLED_BY":"sample string 8","OLD":1}
application/xml, text/xml
Sample:
<PatientProgramBilled xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <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>2026-01-13T05:24:16.4498116+00:00</BILLED_DATE> <BILLED_BY>sample string 8</BILLED_BY> <OLD>1</OLD> </PatientProgramBilled>