POST POS/Sales/Invoices/{invoiceId}/Payments/CreditMemo Try Now

Add the Customer's Credits Memo.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
invoiceId
The identifier.
string
Required

Body Parameters

The customer wallet request.

NameDescriptionTypeAdditional 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.