POST api/SaveCheckListLogs
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CheckListLog| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckLogId | integer |
None. |
|
| CheckListDate | string |
None. |
|
| CheckListName | string |
None. |
|
| CheckListUID | string |
None. |
|
| CheckListReference | string |
None. |
|
| CheckListCategory | string |
None. |
|
| CheckListItem | string |
None. |
|
| CheckListDescription | string |
None. |
|
| CheckListResult | string |
None. |
|
| CheckListLineNotes | string |
None. |
|
| CheckListComments | string |
None. |
|
| CheckListEmployeeName | string |
None. |
|
| CheckListSignature | string |
None. |
|
| CheckListStatus | boolean |
None. |
|
| CheckListCheckStatus | boolean |
None. |
|
| CheckListManagementComments | string |
None. |
|
| CheckListCompanyCode | string |
None. |
|
| AddedBy | string |
None. |
|
| LastUpdate | string |
None. |
|
| CheckListFinalStatus | boolean |
None. |
|
| CheckListFinalComments | string |
None. |
|
| Warning | string |
None. |
|
| EmailTo | string |
None. |
|
| Deleted | boolean |
None. |
|
| DeletedBy | string |
None. |
|
| MasterUid | string |
None. |
|
| IsOnline | boolean |
None. |
|
| DatabaseDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"CheckLogId": 1,
"CheckListDate": "sample string 2",
"CheckListName": "sample string 3",
"CheckListUID": "sample string 4",
"CheckListReference": "sample string 5",
"CheckListCategory": "sample string 6",
"CheckListItem": "sample string 7",
"CheckListDescription": "sample string 8",
"CheckListResult": "sample string 9",
"CheckListLineNotes": "sample string 10",
"CheckListComments": "sample string 11",
"CheckListEmployeeName": "sample string 12",
"CheckListSignature": "sample string 13",
"CheckListStatus": true,
"CheckListCheckStatus": true,
"CheckListManagementComments": "sample string 14",
"CheckListCompanyCode": "sample string 15",
"AddedBy": "sample string 16",
"LastUpdate": "sample string 17",
"CheckListFinalStatus": true,
"CheckListFinalComments": "sample string 18",
"Warning": "sample string 19",
"EmailTo": "sample string 20",
"Deleted": true,
"DeletedBy": "sample string 21",
"MasterUid": "sample string 22",
"IsOnline": true,
"DatabaseDate": "2026-01-26T21:15:42.0903817+13:00"
}