POST api/Office/CustomCarePlans
Request Information
URI Parameters
None.
Body Parameters
CustomCarePlanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyPlanId |
integer |
integer |
Required |
| CompanyId |
integer |
integer |
Required |
| PlanStatus |
string |
string |
Required |
| PlanSetupFee |
decimal number |
decimal number |
Required |
| PlanEmployeeParticipate |
string |
string |
Required |
| PlanEmployeeParticipateComments |
string |
string |
None. |
| PlanEmployeeTerminate |
string |
string |
Required |
| PlanEmployeeTerminateComments |
string |
string |
None. |
| PlanEmployeeUnused |
string |
string |
Required |
| PlanProRateEmployees |
string |
string |
Required |
| PlanAgreementAccepted |
string |
string |
None. |
| PlanAgreementDate |
date |
date |
Required |
| PlanAgreementSignature |
string |
string |
Required |
| PlanAgreementRepresentativeName |
string |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"CompanyPlanId": 1,
"CompanyId": 1,
"PlanStatus": "sample string 2",
"PlanSetupFee": 1.0,
"PlanEmployeeParticipate": "sample string 3",
"PlanEmployeeParticipateComments": "sample string 4",
"PlanEmployeeTerminate": "sample string 5",
"PlanEmployeeTerminateComments": "sample string 6",
"PlanEmployeeUnused": "sample string 7",
"PlanProRateEmployees": "sample string 8",
"PlanAgreementAccepted": "sample string 9",
"PlanAgreementDate": "2026-08-07T10:46:25.9907698-06:00",
"PlanAgreementSignature": "sample string 10",
"PlanAgreementRepresentativeName": "sample string 11"
}
application/xml, text/xml
Sample:
<CustomCarePlanModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCIntegration.Areas.Office.Models"> <CompanyId>1</CompanyId> <CompanyPlanId>1</CompanyPlanId> <PlanAgreementAccepted>sample string 9</PlanAgreementAccepted> <PlanAgreementDate>2026-08-07T10:46:25.9907698-06:00</PlanAgreementDate> <PlanAgreementRepresentativeName>sample string 11</PlanAgreementRepresentativeName> <PlanAgreementSignature>sample string 10</PlanAgreementSignature> <PlanEmployeeParticipate>sample string 3</PlanEmployeeParticipate> <PlanEmployeeParticipateComments>sample string 4</PlanEmployeeParticipateComments> <PlanEmployeeTerminate>sample string 5</PlanEmployeeTerminate> <PlanEmployeeTerminateComments>sample string 6</PlanEmployeeTerminateComments> <PlanEmployeeUnused>sample string 7</PlanEmployeeUnused> <PlanProRateEmployees>sample string 8</PlanProRateEmployees> <PlanSetupFee>1</PlanSetupFee> <PlanStatus>sample string 2</PlanStatus> </CustomCarePlanModel>
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.