GET POS/PurchaseOrders/{id}/Payments?FromDate={FromDate}&ToDate={ToDate}&FilterByTime={FilterByTime} Try Now

Gets the purchase order payments.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required
FromDate
Start Date of UpdatedSince Date Range
string
None.
ToDate
End Date of UpdatedSince Date Range
string
None.
FilterByTime
Include or Exclude Time in Date Range
boolean
None.

Body Parameters

None.

Response Information

Resource Description

Collection of POPaymentResponse
NameDescriptionTypeAdditional information
PaymentDate
Payment Date.
date
None.
PaymentId
Payment unique identifier.
string
None.
PurchaseOrderId
the Purchase Order unique identifier
string
None.
PaymentModeId
the Payment Mode unique identifier
string
None.
Amount
the Paid Amount
Money
None.
ReferenceNo
the Reference Number
string
None.
Note
the Payment Note
string
None.
PaymentStatus
the Payment Status
TransactionResponseType
None.
IsDeleted
Is Payment Deleted.
boolean
None.
IsReconciled
Is Payment Reconciled.
boolean
None.
DateUpdated
The Date updated.
date
None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PaymentDate": "2024-03-29T18:07",
    "PaymentId": "",
    "PurchaseOrderId": "",
    "PaymentModeId": "",
    "Amount": {
      "Currency": "",
      "Amount": 1.0
    },
    "ReferenceNo": "",
    "Note": "",
    "PaymentStatus": "None",
    "IsDeleted": true,
    "IsReconciled": true,
    "DateUpdated": "2024-03-29T18:07"
  }
]