cURL
curl --request PATCH \ --url https://api.halth.com/v1/organisations/{organisationId}/providers/{providerId}/location-links/{locationId} \ --header 'Content-Type: application/json' \ --data ' { "serviceTypeCode": "<string>", "categoryCode": "<string>", "medicare": { "startDate": "2023-12-25", "providerNumber": "<string>", "registrationLetter": "<string>" }, "association": { "registrationLetter": "<string>" } } '
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "providerId": "<string>", "locationId": "<string>", "deleted": true, "acceptedTerms": true, "registrationStatus": "not_started", "applicationStatus": "not_started", "serviceTypeCode": "<string>", "categoryCode": "<string>", "medicare": { "suggestedProviderNumber": "<string>", "providerNumber": "<string>", "startDate": "2023-11-07T05:31:56Z", "registrationLetter": "<string>" }, "association": { "registrationLetter": "<string>" } }
Update a provider location link
Show child attributes
not_started
registered
pending
approved