Retrieves accounting transactions.
Access to this method is authorized by the Retreive accounting transactions operation.
These accounting transactions are first imported into the IPS database by defining a scheduled Accounting transaction import interface. For more information, see the IPS Import/Export Administrator Guide.
Listed below is a REST example for retrieving accounting transactions.
Success
Bad Request
Unauthorized
Internal Server Error
{- "Results": [
- {
- "Results": {
- "AmountCurrency": "EUR",
- "AmountForItems": 5,
- "AmountForWeight": 6,
- "CreditorOperator": "USA",
- "DebtorOperator": "NLA",
- "DispatchInternalIdentifier": "41e9bab4-595f-4d1a-bbfe-4c83ebbebb2d",
- "DispatchId": "string",
- "DispatchMailClass": "U",
- "GrossWeight": 3,
- "IPK": null,
- "NetWeight": 4,
- "NumberOfItems": 2,
- "NumberOfReceptacles": 1,
- "RateCurrency": "EUR",
- "RatePerItem": null,
- "RatePerKg": null,
- "StreamIdentifier": "11",
- "TotalAmount": 7,
- "TransactionEvent": "10",
- "TransactionIdentifier": "41e9bab4-595f-4d1a-bbfe-4c83ebbebb2d",
- "TransactionTimestampGmt": "2020-05-05T13:10:21.00"
}
}
]
}