GET api/receipt/bulkPayment
Gets bulk payments details/>
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Bulk payment list
Dezrez.Core.DataContracts.Accounts.Invoices.Query.BulkPaymentDataContractName | Description | Type | Additional information |
---|---|---|---|
Payments | Collection of Dezrez.Core.DataContracts.Accounts.Invoices.Query.BulkPaymentItemDataContract |
None. |
Response Formats
application/json, text/json
Sample:
{ "Payments": [ { "Type": "sample string 1", "PaymentIdempotencyId": "sample string 2", "Reference": "sample string 3", "ContextType": "sample string 4", "PurposeCode": "sample string 5", "Amount": { "Amount": 1.1, "Currency": "sample string 2" }, "Payee": { "Name": "sample string 1", "AccountIdentifications": [ { "Type": "sample string 1", "Identification": "sample string 2" }, { "Type": "sample string 1", "Identification": "sample string 2" } ], "AccountType": "sample string 2" }, "Payer": { "Name": "sample string 1", "AccountIdentifications": [ { "Type": "sample string 1", "Identification": "sample string 2" }, { "Type": "sample string 1", "Identification": "sample string 2" } ] } }, { "Type": "sample string 1", "PaymentIdempotencyId": "sample string 2", "Reference": "sample string 3", "ContextType": "sample string 4", "PurposeCode": "sample string 5", "Amount": { "Amount": 1.1, "Currency": "sample string 2" }, "Payee": { "Name": "sample string 1", "AccountIdentifications": [ { "Type": "sample string 1", "Identification": "sample string 2" }, { "Type": "sample string 1", "Identification": "sample string 2" } ], "AccountType": "sample string 2" }, "Payer": { "Name": "sample string 1", "AccountIdentifications": [ { "Type": "sample string 1", "Identification": "sample string 2" }, { "Type": "sample string 1", "Identification": "sample string 2" } ] } } ] }