cURL
curl --request PUT \ --url https://api.example.com/api/agency-portal/ReleasedJobsByUs/{id}/AdditionalAgencies \ --header 'Content-Type: application/json-patch+json' \ --data '[ 123 ]'
OK
Was this page helpful?