API V3: Request body.
{
"params": {
"OrderStatus": "int"
"limit": "int"
"offset": "int"
"orderby": "ASC or DESC" ("default":DESC)
}
}
API V3: Success response.
{
"status": true,
"message": "Product Orders fetched successfully",
"code": 200,
"products": [
{
"product_order_id": 38,
"department":
{
"department_id": 1,
"department_name": "Demo1 avd. Oslo",
"department_number": "1",
"company_name": "Demo1 avd. Oslo test",
"company_number": "NO 123 456 788",
"type": "standard",
"address": "Ensjøveien 14",
"zip": "0655",
"location": "OSLO",
"billing_address": "Ensjøveien 14",
"billing_zip": "0655",
"billing_location": "OSLO",
"receipt_zip": "0655",
"receipt_location": "OSLO",
"phone_number": "21538000",
"email": "support@tellix.no",
"url": "http://www.tellix.no",
"image": "83295d8a9adee301e166f84af509fcdf.png",
"receipt_text": "Foretaksregisteret",
"is_active": true,
"assign_products": false,
"is_deleted": false,
"created_at": "2016-04-05T09:39:30+02:00",
"updated_at": "2022-06-27T15:30:19+02:00",
"created_by": 1,
"updated_by": 1
},
"supplier": {
"supplier_id": 8,
"supplier_name": "Asco AS",
"is_active": true,
"is_deleted": false,
"created_at": "2021-01-13T09:06:12+01:00",
"updated_at": "2021-01-13T09:06:12+01:00",
"created_by": 21,
"updated_by": 21
{
"order_number": "38",
"order_status": 2,
"is_active": true,
"is_deleted": false,
"created_at": "2022-05-19T14:18:37+02:00",
"updated_at": "2022-05-19T14:18:47+02:00",
"created_by": 28,
"updated_by": 28
}
]
},
Error response
{
"status": false,
"message": "The error message.",
"code": [400, 422],
"dateTimeBeforeQryExec": "2017-04-26 14:25:32"
}