Public Settings
Get public settings
get/settings/public
Response
Successful operation
Example response
{
"account": {
"country_code": "AU",
"id": "1"
},
"patient_custom_fields_definition": {
"sections": [
{
"token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70",
"fields": [
{
"token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70"
}
]
}
]
}
}Changes
Changed in 1 of the 7 revisions of this API.2
- ○
added the optional property
account/invoice_calculation_methodto the response with the200statusresponse-optional-property-added
- ○
added the optional property
account/invoice_calculation_method_descriptionto the response with the200statusresponse-optional-property-added
- ○