curl --request PUT \
--url https://api.example.com/api/Configuration/UpdateContactStatusesOrder \
--header 'Content-Type: application/json' \
--data '[
123
]'curl --request PUT \
--url https://api.example.com/api/Configuration/UpdateContactStatusesOrder \
--header 'Content-Type: application/json' \
--data '[
123
]'OK
Was this page helpful?