PUT api/PatientPlannerMonthlyTimeSpents/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
PatientPlannerMonthlyTimeSpentName | 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. |
Request 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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.