cURL
curl --request PUT \ --url https://api.example.com/api/Compliance/Checklists/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "statusID": 0, "items": [ { "id": 123, "orderID": 123 } ] } '
0
1
Show child attributes
OK
Was this page helpful?