Transaction Custom Export
Retrieve Bulk TransactionCustomExport
Endpoint retrieve a list of TransactionCustomExport by TransactionIds.
post/business/v2/transactions/custom-exports/bulk-retrieve
Request body
Example request
{
"transaction_ids": [
"7bf79328-a7ae-4222-aa54-091ff7f429a7",
"2d65bd5e-3fdf-4002-b166-bde7fb8863fa"
]
}Response
The result is an array containing TransactionCustomExport.
Example response
{
"result": [
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"transaction_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"product": "SAP",
"export_timestamp": "2017-06-01T12:48:40Z"
}
]
}