cURL
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 }
0
1
Show child attributes
OK
Was this page helpful?