cURL
curl --request POST \ --url https://api.halth.com/v1/organisations/{organisationId}/clients/{clientId}/referrals \ --header 'Content-Type: application/json' \ --data ' { "issuedAt": "<string>", "providerNumber": "<string>", "providerName": "<string>" } '
{ "id": "<string>", "issuedAt": "<string>", "providerNumber": "<string>", "providerName": "<string>" }
Create a new referral for a client.
Documentation IndexFetch the complete documentation index at: https://docs.halth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.halth.com/llms.txt
Use this file to discover all available pages before exploring further.
255