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

Gets the customer wallet.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The customer identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

The customer wallet details

Collection of CustomerWallet
NameDescriptionTypeAdditional information
CustomerId
The identifier of the customer.
string
None.
Amount
The amount.
Money
None.
Balance
The balance in wallet of customer.
decimal number
None.
TransactionType
The transaction type, viz.:credit or debit.
TransactionType
None.
Note
The note.
string
None.
ReferenceNumber
The reference number.
string
None.
MemoId
The identifier of the memo.
string
None.
InvoiceId
The identifier of the invoice.
string
None.
DateAdded
The Date Added
date
None.
IsDeleted
A value indicating whether this instance is deleted.
boolean
None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerId": "",
    "Amount": {
      "Currency": "",
      "Amount": 1.0
    },
    "Balance": 2.0,
    "TransactionType": "Any",
    "Note": "",
    "ReferenceNumber": "",
    "MemoId": "",
    "InvoiceId": "",
    "DateAdded": "2024-04-26T14:28",
    "IsDeleted": true
  }
]