POST api/Careplan/Enroll
Request Information
URI Parameters
None.
Body Parameters
EnrollCarePlanRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| PatientId | integer |
None. |
|
| CarePlanId | integer |
None. |
|
| BranchId | integer |
None. |
|
| DoctorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"PatientId": 2,
"CarePlanId": 3,
"BranchId": 4,
"DoctorId": 5
}
application/xml, text/xml
Sample:
<EnrollCarePlanRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSApi.Models"> <BranchId>4</BranchId> <CarePlanId>3</CarePlanId> <DoctorId>5</DoctorId> <PatientId>2</PatientId> <UserName>sample string 1</UserName> </EnrollCarePlanRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.