POST CheckListWorkPermit/SaveObservation
Request Information
URI Parameters
None.
Body Parameters
CHKWPObservationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionPointIdList | Collection of integer |
None. |
|
| SubmissionId | integer |
None. |
|
| LoggedInUserId | integer |
None. |
|
| IsAddedFromMobile | boolean |
None. |
|
| MobileGUID | string |
None. |
|
| MobileDeviceNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActionPointIdList": [
1,
2
],
"SubmissionId": 1,
"LoggedInUserId": 2,
"IsAddedFromMobile": true,
"MobileGUID": "sample string 4",
"MobileDeviceNumber": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.