POST POS/PurchaseOrders/{id}/Payments Try Now

Adds the po payment.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required

Body Parameters

The po payment.

NameDescriptionTypeAdditional 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": "2024-03-27T09:18",
  "Amount": {
    "Currency": "",
    "Amount": 1.0
  },
  "ReferenceNo": "",
  "Note": ""
}

Response Information

Resource Description

None.