DebtorInvoiceManagementPageroPreviewRequest
GET {{base_url}}/DebtorInvoiceManagementPageroPreviewRequest?Ids=[{{integer}}]
Retrieves a list of invoices selected to be sent to Pagero Online.
API
Debtor API
Requires Authentication
Yes (Advanced)
Returns
List [DebtorInvoicesPageroPreviewVisualization]
Batch?
No
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Ids | string | Required. | |
(int32) | |||
The identifier or list of identifiers of the associated invoice selected. |
RESPONSES
status: OK
[{"Id":33349,"DebtorName":"sd debtor","CurrencyId":1,"AmountTotalCurrency":13.75,"InvoiceNumber":"597"},{"Id":36442,"DebtorName":"sd debtor","CurrencyId":1,"AmountTotalCurrency":1171.88,"InvoiceNumber":"634"},{"Id":39436,"DebtorName":"Agnes Hanson","CurrencyId":1,"AmountTotalCurrency":15,"InvoiceNumber":"INV0002172"}]