POST POS/PurchaseOrders/{id}/Payments Try Now
Adds the po payment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The identifier.
|
string |
Required
|
Body Parameters
The po payment.
Name | Description | Type | Additional information |
---|---|---|---|
PaymentModeId |
Gets the payment mode identifier.
|
string |
Required
|
PaymentDate |
The payment date.
|
date |
Optional
|
Amount |
The amount.
|
Money |
Required
|
ReferenceNo |
The reference number.
|
string |
Optional
|
Note |
The note.
|
string |
Max length: 255
Optional
|
Request Formats
application/json, text/json
Sample:
{ "PaymentModeId": "", "PaymentDate": "2025-01-18T05:42", "Amount": { "Currency": "", "Amount": 1.0 }, "ReferenceNo": "", "Note": "" }
Response Information
Resource Description
None.