POST POS/Sales/Invoices/{invoiceId}/Payments/CreditMemo Try Now
Add the Customer's Credits Memo.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceId |
The identifier.
|
string |
Required
|
Body Parameters
The customer wallet request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount |
the amount.
|
decimal number |
Required
|
| Note |
the note.
|
string |
Required
|
| ReferenceNumber |
the reference no.
|
string |
Optional
|
| AdjustAmount |
a value indicating whether [adjust amount].
|
boolean |
None.
|
Request Formats
application/json, text/json
Sample:
{
"Amount": 1.0,
"Note": "",
"ReferenceNumber": "",
"AdjustAmount": true
}
Response Information
Resource Description
None.