cURL
curl --request PATCH \ --url https://api.decodahealth.com/billing/tip-displays/{display_id} \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "<string>", "name": "<string>", "locationId": "<string>", "isActive": true, "createdDate": "2023-11-07T05:31:56Z" }
Update a tip display.
The tenant you are making this request on behalf of
Your api key
Request to update a tip display.
New display name
Whether display is active
Successful Response
A configured tip display.
Display ID
Display name (e.g. 'Front Desk')
Location ID
Creation time