GET POS/Customers/{id}/DebitNotes Try Now

Gets the Debit memo transaction.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The vendor identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

Collection of VendorWallet
NameDescriptionTypeAdditional 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": "2024-04-26T06:47"
  }
]