cURL
curl --request PUT \ --url https://api.example.com/api/Clients/{clientId}/PreviousContacts/{historyId} \ --header 'Content-Type: application/json-patch+json' \ --data ' { "jobTitle": "<string>", "startDate": "<string>", "endDate": "<string>" } '
OK
Was this page helpful?