Retrieve the details of a specific transaction using its UUID.
GET RetailTransactionSearch UUID
GET /1/retail/transaction/{uuid}
Headers
Accept | application/json; charset=utf-8 |
x-tu-authorization | protocol:TU1,accesskey:{{accessKey}},signedheaders:Content-Type;User-Agent;X-tu-date,signature:{{signature}} |
Connection | close |
X-tu-date | {{X-tu-date}} |
User-Agent | {{userAgent}} |
Content-Type | application/json; charset=utf-8 |
Parameters
group_id | {{groupId}} |
from_date | 2020-03-13T00:00:00.000%2B0000 |
to_date | 2020-03-13T23:59:59.000%2B0000 |
uuid | Original transaction UUID |
Body
curl --location -g '{{url}}/b2b-api/v/1/retail/transaction?group_id=EC&uuid=5efa759e-f81d-4596-9833-a64be78f92dd' \
--header 'Accept: application/json; charset=utf-8' \
--header 'x-tu-authorization: protocol:TU1,accesskey:{{accessKey}},signedheaders:Content-Type;User-Agent;X-tu-date,signature:{{signature}}' \
--header 'Connection: close' \
--header 'X-tu-date: {{X-tu-date}}' \
--header 'User-Agent: {{userAgent}}' \
--header 'Content-Type: application/json; charset=utf-8'