This operation will return the purchase detail for given id
{
"amount": {
"amount": 3.14,
"currency": "EUR"
},
"code": "<string>",
"description": "<string>",
"externalId": "<string>",
"matchingAttributes": [
{
"key": "<string>",
"value": "<string>"
}
],
"promptedData": [
{
"key": "<string>",
"value": "<string>"
}
],
"quantity": 123,
"transactionId": "<string>",
"type": "FUEL",
"unitPrice": 123,
"VAT": {
"percentage": 123,
"amount": {
"amount": 3.14,
"currency": "EUR"
}
},
"unit": "KG",
"id": "<string>"
}
The id of the purchase detail you want to fetch
The audit user to log the request
Successfully retrieved
The response is of type object
.
Was this page helpful?
{
"amount": {
"amount": 3.14,
"currency": "EUR"
},
"code": "<string>",
"description": "<string>",
"externalId": "<string>",
"matchingAttributes": [
{
"key": "<string>",
"value": "<string>"
}
],
"promptedData": [
{
"key": "<string>",
"value": "<string>"
}
],
"quantity": 123,
"transactionId": "<string>",
"type": "FUEL",
"unitPrice": 123,
"VAT": {
"percentage": 123,
"amount": {
"amount": 3.14,
"currency": "EUR"
}
},
"unit": "KG",
"id": "<string>"
}