POST POS/PurchaseOrders/{id}/Payments/DebitNote Try Now
Adds the debit note.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The identifier.
|
string |
Required
|
Body Parameters
The request.
Name | Description | Type | Additional information |
---|---|---|---|
Amount |
the amount.
|
decimal number |
Required
|
Note |
the note.
|
string |
Required
|
ReferenceNo |
the reference no.
|
string |
Optional
|
Request Formats
application/json, text/json
Sample:
{ "Amount": 1.0, "Note": "", "ReferenceNo": "" }
Response Information
Resource Description
None.