Skip to main content
PATCH
/
v1
/
organisations
/
{organisationId}
/
providers
/
{providerId}
/
location-links
/
{locationId}
Update provider location link
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>"
  }
}

Path Parameters

organisationId
string
required
providerId
string
required
locationId
string
required

Body

application/json
serviceTypeCode
string
categoryCode
string
medicare
object
association
object

Response

200 - application/json
id
string
required
createdAt
string<date-time>
required
providerId
string
required
locationId
string
required
deleted
boolean
required
acceptedTerms
boolean
required
registrationStatus
enum<string>
required
Available options:
not_started,
registered
applicationStatus
enum<string>
required
Available options:
not_started,
pending,
approved
serviceTypeCode
string
categoryCode
string
medicare
object
association
object