PATCH api/members/{memberid}/patientplans/{id}
Patches an existing patient plan (AR status history) record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberid |
Member identifier |
integer |
Required |
| id |
PatientPlan identifier |
integer |
Required |
Body Parameters
The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target rule
JsonPatchDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/json-patch+json
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A patched patient plan (AR status history) record
PatientPlanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID |
Gets or sets the Member ID |
integer |
None. |
| MemberUrl |
Gets or sets the Member Url |
string |
None. |
| FacilityARTypeID |
Gets or sets the Facility AR Type ID |
integer |
None. |
| FacilityARTypeUrl |
Gets or sets the Facility AR Type Url |
string |
None. |
| Inactive |
Gets or sets the Inactive indicator |
boolean |
None. |
| EffectiveStartDate |
Gets or sets the Effective Start Date |
date |
None. |
| EffectiveEndDate |
Gets or sets the Effective End Date |
date |
None. |
| Suspended |
Gets or sets the Suspended indicator |
boolean |
None. |
| Deleted |
Gets or sets the Deleted indicator |
boolean |
None. |
| TermedByAbsence |
Gets or sets the Termed By Absence indicator |
boolean |
None. |
| TermedFutureDate |
Gets or sets the Termed Future Date indicator |
boolean |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 7",
"id": 8,
"memberID": 1,
"memberUrl": "sample string 2",
"facilityARTypeID": 4,
"facilityARTypeUrl": "sample string 5",
"inactive": true,
"effectiveStartDate": "2025-12-09T20:11:24.8387583-06:00",
"effectiveEndDate": "2025-12-09T20:11:24.8387583-06:00",
"suspended": true,
"deleted": true,
"termedByAbsence": true,
"termedFutureDate": true
}