PUT api/RxCFollowup?pid={pid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RxCFollowup| Name | Description | Type | Additional information |
|---|---|---|---|
| FollowId | integer |
None. |
|
| Code | string |
None. |
|
| EngInst | string |
None. |
|
| RTLInst | string |
None. |
|
| EngCare | string |
None. |
|
| RTLCare | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
|
| OrgId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FollowId": 1,
"Code": "sample string 2",
"EngInst": "sample string 3",
"RTLInst": "sample string 4",
"EngCare": "sample string 5",
"RTLCare": "sample string 6",
"CreatedBy": 7,
"CreatedOn": "2026-05-20T17:08:18.4519493+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:08:18.4519493+05:00",
"IsDeleted": 9,
"OrgId": 10
}