v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet purchase details
Retrieve one purchase detail
This operation will return the purchase detail for given id
get/v1/{id}
Path parameters
idstring required
The id of the purchase detail you want to fetch
Query parameters
auditUserstring required
The audit user to log the request
Response
Successfully retrieved
Example response
{
"amount": {
"amount": 3.14,
"currency": "EUR"
},
"VAT": {
"amount": {
"amount": 3.14,
"currency": "EUR"
}
}
}