GET api/Admin/GetPlanByID?id={id}&patientId={patientId}&PlanStartDate={PlanStartDate}&dob={dob}&PlanEndDate={PlanEndDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Default value is |
|
| patientId | string |
Default value is |
|
| PlanStartDate | string |
Default value is |
|
| dob | string |
Default value is |
|
| PlanEndDate | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |