POST services/api/rest/v1/GetPendingPayments
Request Information
URI Parameters
None.
Body Parameters
Rest_CustomFilter| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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-09T15:13:43.3048094+04:00",
"Total": 3.0,
"TotPayLater": 4.0,
"TotSecurityDeposit": 5.0
},
{
"InvNo": 1,
"InvDate": "2026-09-09T15:13:43.3048094+04:00",
"Total": 3.0,
"TotPayLater": 4.0,
"TotSecurityDeposit": 5.0
}
]