POST api/Surveillance/UserSurvillanceStatus
Request Information
URI Parameters
None.
Body Parameters
UserSurveillanceStatusInputName | Description | Type | Additional information |
---|---|---|---|
PlaningApprovalId | integer |
Required |
|
UserId | integer |
Required |
|
Remarks | string |
None. |
|
Status | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "PlaningApprovalId": 1, "UserId": 2, "Remarks": "sample string 3", "Status": true }
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" } }