Logo PopinaPopina API

Reprocess tills for a location

This will reprocess tills for a specified Location by providing its locationId.Only tills that aren't stored in the Cloud Storage Bucket will be reprocessed.This endpoint will be used for migrate Till v1 to v2

PUT/v1/tills/reprocess/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

Formatuuid

Query Parameters

lteReportVersion?integer

Index of the page query parameter

Range0 <= value

Response Body

application/json

curl -X PUT "https://api.pragma-project.dev/v1/tills/reprocess/location/497f6eca-6276-4993-bfeb-53cbbbba6f08"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "objectUrl": "http://example.com"
  }
]