Skip to content

Get Referrer

Request

Security
x-api-key and a-api-key
Path
referrer_idintegerrequired
GET
/referrer/{referrer_id}
curl -i -X GET \
  'https://api.pracsuite.com/v1/referrer/{referrer_id}' \
  -H 'a-api-key: YOUR_API_KEY_HERE' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Successful

Bodyapplication/json
tenant_idinteger
referrer_idinteger
titlestring
first_namestring
surnamestring
mobilestring
archiveboolean
referrer_type_idinteger
emailstring, (email)
phonestring
faxstring
notesstring
organisation_idinteger or null
provider_nostring
descriptionstring
address_1string
address_2string
address_3string
address_4string
suburbstring
address_statestring
postcodestring
countrystring
contactstring
Response
{ "links": { "self": "https://api.pracsuite.com/v1/referrer/1" }, "tenant_id": 0, "referrer_id": 0, "title": "string", "first_name": "string", "surname": "string", "mobile": "string", "archive": true, "referrer_type_id": 0, "email": "user@example.com", "phone": "string", "fax": "string", "notes": "string", "organisation_id": 0, "provider_no": "string", "description": "string", "address_1": "string", "address_2": "string", "address_3": "string", "address_4": "string", "suburb": "string", "address_state": "string", "postcode": "string", "country": "string", "contact": "string" }