Order List By Page

id
Integer
order id
employee_id
Integer
id of the employee who created the order
client_id
Integer
Party id / client id of that product
order_to
Integer
to whom the order has been placed - can be either superior party/ company
order_no
Integer
number of the order
tot_amount
Double
total amount of that order in numbers
tax
Double
tax added in order sales
discount
Double
discount added in order/ sales
discount_type
String
discount type that was selected can be either amount/ percentage
grand_total
Double
Grand total amount of the sales order
order_note
String
text note added for that order/ sales
order_date
Date
date on which the order was placed
claim_amount
Double
Amount that was claimed while Return/refund
due_amount
Double
due amount in numbers
order_datetime
Datetime
date and time when order was placed
status
String
order status
sales_person
String
order sales person
cancel_note
String
Text note added while canceling the order
delivery_status
String
name of the delivery status that was selected
delivery_status_id
Integer
id of the delivery status that was selected
include_delivery_details
String
can be 0 and 1
delivery_date
Datetime
date selected for the order/sales delivery
delivery_note
String
text field for delivery note
delivery_place
String
order deliver place
transport_name
String
transport name added while doing dispatch of that sales/ order
transport_number
String
transport no added while doing dispatch of that sales/order
billty_number
String
bilty number added while doing dispatch
product_level_discount_flag
Integer
if discount is added at product level then flag = 1 else flag =0
product_level_tax_flag
String
if tax is added at product level then flag = 1 else flag=0
is_purchase
Integer
for purchase from distributor panel
purchase_note
String
text field added as purchase note
warehouse_id
Integer
id of the warehouse that was selected
created_at
Datetime
order created
updated_at
Datetime
order updated
deleted_at
Datetime
order deleted
dispatch_status
String
Status of the dispatch selected
delivery_charge
String
delivery charge in amount
employee_name
String
name of the employee
company_name
String
name of the party/ client
client_name
String
contact person of the party/client
order_prefix
String
name of the order prefix
companyName
String
WILD CRAFT
inventorydeliverystatus
String
status of the product of that order in inventory
taxes
Double
order taxes
orderproducts
String
Details of the product selected while placing order. Refer to Products for additional parameters
remaining_dispatch_orders
String
details of orders that are left to be dispatched
Request
$Curl http://dev.deltasalesapp.com/api/v1/fetchOrdersPerpage
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Bearer "
Body parameter
{
   "pageno":1
}
Response