POST api/Admin/AddRenewChangePlanInfo
Request Information
URI Parameters
None.
Body Parameters
RenewDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| OldCarePlanID | integer |
None. |
|
| NewCarePlanID | integer |
None. |
|
| OldSubType | string |
None. |
|
| NewSubType | string |
None. |
|
| Author | string |
None. |
|
| Renew | integer |
None. |
|
| OldPlanStartDt | date |
None. |
|
| NewPlanStartDt | date |
None. |
|
| OldPlanEndDt | date |
None. |
|
| NewPlanEndDt | date |
None. |
|
| RowDt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"OldCarePlanID": 2,
"NewCarePlanID": 3,
"OldSubType": "sample string 4",
"NewSubType": "sample string 5",
"Author": "sample string 6",
"Renew": 7,
"OldPlanStartDt": "2026-04-25T11:24:29.6335041+00:00",
"NewPlanStartDt": "2026-04-25T11:24:29.6335041+00:00",
"OldPlanEndDt": "2026-04-25T11:24:29.6335041+00:00",
"NewPlanEndDt": "2026-04-25T11:24:29.6335041+00:00",
"RowDt": "2026-04-25T11:24:29.6335041+00:00"
}
application/xml, text/xml
Sample:
<RenewDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models"> <Author>sample string 6</Author> <NewCarePlanID>3</NewCarePlanID> <NewPlanEndDt>2026-04-25T11:24:29.6335041+00:00</NewPlanEndDt> <NewPlanStartDt>2026-04-25T11:24:29.6335041+00:00</NewPlanStartDt> <NewSubType>sample string 5</NewSubType> <OldCarePlanID>2</OldCarePlanID> <OldPlanEndDt>2026-04-25T11:24:29.6335041+00:00</OldPlanEndDt> <OldPlanStartDt>2026-04-25T11:24:29.6335041+00:00</OldPlanStartDt> <OldSubType>sample string 4</OldSubType> <Renew>7</Renew> <RowDt>2026-04-25T11:24:29.6335041+00:00</RowDt> <UserID>1</UserID> </RenewDetails>
application/x-www-form-urlencoded
Sample:
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. |