POST services/api/rest/central/GetPendingPayments

Request Information

URI Parameters

None.

Body Parameters

Rest_CustomFilter
NameDescriptionTypeAdditional information
Id

integer

None.

LocationId

integer

None.

Type

integer

None.

ActualInvNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LocationId": 2,
  "Type": 3,
  "ActualInvNo": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Rest_Pending_Payments
NameDescriptionTypeAdditional information
InvNo

integer

None.

InvDate

date

None.

Total

decimal number

None.

TotPayLater

decimal number

None.

TotSecurityDeposit

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InvNo": 1,
    "InvDate": "2026-09-09T14:59:09.2448788+04:00",
    "Total": 3.0,
    "TotPayLater": 4.0,
    "TotSecurityDeposit": 5.0
  },
  {
    "InvNo": 1,
    "InvDate": "2026-09-09T14:59:09.2448788+04:00",
    "Total": 3.0,
    "TotPayLater": 4.0,
    "TotSecurityDeposit": 5.0
  }
]