DELETE api/PatientPlannerMonthlyTimeSpents/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PatientPlannerMonthlyTimeSpent| Name | Description | Type | Additional information |
|---|---|---|---|
| CPI | string |
None. |
|
| DIV_ID | integer |
None. |
|
| TIME_TRACK | integer |
None. |
|
| PROGRAM | string |
None. |
|
| PAT_PROG_ID | integer |
None. |
|
| PROGRAM_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CPI": "sample string 1",
"DIV_ID": 2,
"TIME_TRACK": 1,
"PROGRAM": "sample string 3",
"PAT_PROG_ID": 4,
"PROGRAM_ID": 5
}
application/octet-stream
Sample:
{"CPI":"sample string 1","DIV_ID":2,"TIME_TRACK":1,"PROGRAM":"sample string 3","PAT_PROG_ID":4,"PROGRAM_ID":5}
application/xml, text/xml
Sample:
<PatientPlannerMonthlyTimeSpent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CPI>sample string 1</CPI> <DIV_ID>2</DIV_ID> <TIME_TRACK>1</TIME_TRACK> <PROGRAM>sample string 3</PROGRAM> <PAT_PROG_ID>4</PAT_PROG_ID> <PROGRAM_ID>5</PROGRAM_ID> </PatientPlannerMonthlyTimeSpent>