GET POS/Customers/{id}/DebitNotes Try Now
Gets the Debit memo transaction.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The vendor identifier.
|
string |
Required
|
Body Parameters
None.
Response Information
Resource Description
Collection of VendorWallet
Name | Description | Type | Additional information |
---|---|---|---|
DebitNoteId |
The identifier of the memo.
|
string |
None.
|
PurchaseOrderId |
The identifier of the reference.
|
string |
None.
|
CustomerId |
The identifier of the customer.
|
string |
None.
|
Amount |
The amount.
|
Money |
None.
|
Balance |
The balance amount of vendor wallet.
|
decimal number |
None.
|
TransactionType |
The type.
|
TransactionType |
None.
|
Note |
The note.
|
string |
None.
|
ReferenceNumber |
The reference number.
|
string |
None.
|
DateAdded |
The date added.
|
date |
None.
|
Response Formats
application/json, text/json
Sample:
[ { "DebitNoteId": "", "PurchaseOrderId": "", "CustomerId": "", "Amount": { "Currency": "", "Amount": 1.0 }, "Balance": 4.0, "TransactionType": "Any", "Note": "", "ReferenceNumber": "", "DateAdded": "2025-01-01T00:17" } ]