cURL
curl --request PUT \ --url https://api.example.com/api/Compliance/Items/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "typeID": 1, "scopeID": 1, "statusID": 0, "documentRequirementID": 1 } '
{ "id": 123, "name": "<string>", "statusID": 0, "statusName": "<string>", "typeID": 1, "typeName": "<string>", "scopeID": 1, "scopeName": "<string>", "documentRequirementID": 1, "documentRequirementName": "<string>" }
1
2
3
0
OK
Was this page helpful?