Fetch a location tills
Fetch tills based on locationId
POST
/v1/tills/fetch/location/{locationId}authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Path Parameters
locationIdstring
Location id path parameter
Format
uuidsincestring
Format
date-timeResponse Body
application/json
curl -X POST "https://api.pragma-project.dev/v1/tills/fetch/location/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "since": "2023-06-10T00:00:00Z" }'[
{
"application": "POPINA",
"serverId": 1,
"legacyId": 1
}
]