Skip to main content
POST
/
api
/
Compliance
/
Checklists
Create Compliance Checklist.
curl --request POST \
  --url https://api.example.com/api/Compliance/Checklists \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "statusID": 0,
  "items": [
    {
      "id": 123,
      "orderID": 123
    }
  ]
}
'
{
  "value": 123
}

Body

application/json
name
string | null
statusID
enum<integer>
Available options:
0,
1
items
object[] | null

Response

200 - application/json

OK

value
integer<int32>