Get the order unpaid detail
GET/account/order/unpaid/:start/:rows
Get the order unpaid detail
Request
Path Parameters
start numberrequired
The start you want to get
Example: 0
rows numberrequired
The number of rows you want to get
Example: 10
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Return order details
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
start number
start
rows number
rows
maxNumber number
maxNumber
executionDate string
executionDate
results string
results
[
{
"start": "0",
"rows": "10",
"maxNumber": "1",
"executionDate": "2024-01-17 13:27:30",
"results": "[]"
}
]
No data found
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...