POST api/ChecklistMasters
Request Information
URI Parameters
None.
Body Parameters
ChecklistMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckListId | integer |
None. |
|
| CompanyCode | string |
None. |
|
| CheckListUID | string |
None. |
|
| CheckListName | string |
None. |
|
| CheckListCategory | string |
None. |
|
| CheckListItem | string |
None. |
|
| CheckListDescription | string |
None. |
|
| AddedBy | string |
None. |
|
| LastUpdate | string |
None. |
|
| Warning | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CheckListId": 1,
"CompanyCode": "sample string 2",
"CheckListUID": "sample string 3",
"CheckListName": "sample string 4",
"CheckListCategory": "sample string 5",
"CheckListItem": "sample string 6",
"CheckListDescription": "sample string 7",
"AddedBy": "sample string 8",
"LastUpdate": "sample string 9",
"Warning": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ChecklistMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckListId | integer |
None. |
|
| CompanyCode | string |
None. |
|
| CheckListUID | string |
None. |
|
| CheckListName | string |
None. |
|
| CheckListCategory | string |
None. |
|
| CheckListItem | string |
None. |
|
| CheckListDescription | string |
None. |
|
| AddedBy | string |
None. |
|
| LastUpdate | string |
None. |
|
| Warning | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CheckListId": 1,
"CompanyCode": "sample string 2",
"CheckListUID": "sample string 3",
"CheckListName": "sample string 4",
"CheckListCategory": "sample string 5",
"CheckListItem": "sample string 6",
"CheckListDescription": "sample string 7",
"AddedBy": "sample string 8",
"LastUpdate": "sample string 9",
"Warning": "sample string 10"
}