POST api/Plan/ApprovePlanApproval
Request Information
URI Parameters
None.
Body Parameters
UpdatePlanApprovalStatusName | Description | Type | Additional information |
---|---|---|---|
PlaningApprovalIds | string |
Required |
|
PlaningId | integer |
Required |
|
ModifiedBy | integer |
Required |
|
IsApproved | boolean |
None. |
|
Remarks | string |
None. |
|
DepartmentId | integer |
None. |
|
WardId | integer |
None. |
|
PlannerName | string |
None. |
|
CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlaningApprovalIds": "sample string 1", "PlaningId": 2, "ModifiedBy": 3, "IsApproved": true, "Remarks": "sample string 5", "DepartmentId": 1, "WardId": 1, "PlannerName": "sample string 6", "CreatedBy": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2", "data": { "$id": "2" } }