cURL
curl --request POST \ --url https://api.example.com/api/Divisions/{divisionId}/Settings \ --header 'Content-Type: application/json' \ --data ' [ { "type": "<string>", "value": "<string>" } ] '
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
OK
Was this page helpful?