Read Orders
GET
https://backend.test-hyegro.com/orders/
Request
Query Params
schema
Schema
Any of
Responses
🟢200OK
application/json
Body
array of:
id
Id
Any of
order_number
Order Number
Any of
order_date
Order Date
Any of
contact_id
Contact Id
Any of
contact_name
Contact Name
Any of
deal_id
Deal Id
Any of
quotation_id
Quotation Id
Any of
status
Status
Any of
total_amount
Total Amount
Any of
subtotal
Subtotal
Any of
discount
Discount
Any of
tax
Tax
Any of
shipping_address_id
Shipping Address Id
Any of
billing_address_id
Billing Address Id
Any of
shipping_method
Shipping Method
Any of
payment_methods
Payment Methods
Any of
payment_status
Payment Status
Any of
currency
Currency
Any of
salesperson_id
Salesperson Id
Any of
delivery_date
Delivery Date
Any of
notes
Notes
Any of
deal_name
Deal Name
Any of
shipping_address
Shipping Address
Any of
billing_address
Billing Address
Any of
shipping_instruction
Shipping Instruction
Any of
po_number
Po Number
Any of
created_by
Created By
Any of
updated_by
Updated By
Any of
created_by_name
Created By Name
Any of
updated_by_name
Updated By Name
Any of
account_name
Account Name
Any of
account_id
Account Id
Any of
created_at
Created At
Any of
updated_at
Updated At
Any of
cf1
Cf1
Any of
cf2
Cf2
Any of
cf3
Cf3
Any of
cf4
Cf4
Any of
cf5
Cf5
Any of
cf6
Cf6
Any of
cf7
Cf7
Any of
cf8
Cf8
Any of
cf9
Cf9
Any of
cf10
Cf10
Any of
Example
[
{
"id": 0,
"order_number": "string",
"order_date": "2019-08-24T14:15:22Z",
"contact_id": 0,
"contact_name": "string",
"deal_id": 0,
"quotation_id": 0,
"status": "string",
"total_amount": "string",
"subtotal": "string",
"discount": "string",
"tax": "string",
"shipping_address_id": 0,
"billing_address_id": 0,
"shipping_method": "string",
"payment_methods": "string",
"payment_status": "string",
"currency": "string",
"salesperson_id": 0,
"delivery_date": "2019-08-24T14:15:22Z",
"notes": "string",
"deal_name": "string",
"shipping_address": "string",
"billing_address": "string",
"shipping_instruction": "string",
"po_number": "string",
"created_by": 0,
"updated_by": 0,
"created_by_name": "string",
"updated_by_name": "string",
"account_name": "string",
"account_id": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"cf1": "string",
"cf2": "string",
"cf3": "string",
"cf4": "string",
"cf5": "string",
"cf6": "string",
"cf7": "string",
"cf8": "string",
"cf9": "string",
"cf10": "string"
}
]
🟠422Parameter Error
Modified at 2025-04-15 14:01:56