DELETE api/PatientProgramBilleds/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PatientProgramBilledName | 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": "2025-08-29T02:55:27.0917042+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:55:27.0917042+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:55:27.0917042+00:00</BILLED_DATE> <BILLED_BY>sample string 8</BILLED_BY> <OLD>1</OLD> </PatientProgramBilled>