curl --request POST \
--url https://api.decodahealth.com/billing/tip-displays \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"name": "<string>",
"locationId": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"locationId": "<string>",
"isActive": true,
"createdDate": "2023-11-07T05:31:56Z"
}Create a new tip display for a location.
curl --request POST \
--url https://api.decodahealth.com/billing/tip-displays \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"name": "<string>",
"locationId": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"locationId": "<string>",
"isActive": true,
"createdDate": "2023-11-07T05:31:56Z"
}The tenant you are making this request on behalf of
Your api key