ADDITIONAL COLLECTION FIELDS
If you have enabled additional collection fields for your account, you will be able to access them via API.
Request Fields
COLLECTION-LEVEL
date
address
time
name
phone
notify_email
notify_url
assign_to
instructions
zone
reason
note
initial_status
open_job
offer
start_date
age
time_slot
req_date
track_no
order_no
job_type
job_order
j_fee
address_lat
address_lng
addr_company
addr_1
addr_2
addr_3
postal_code
city
state
country
b_addr
last_name
sender_phone
fax
customer
acc_no
o_name
invoice_no
invoice_amt
pay_mode
pay_amt
group_name
src
wt
parcel_width
parcel_length
parcel_height
cbm
boxes
cartons
pcs
envelopes
pallets
bins
trays
bundles
rolls
labels
att_1
detrack_no
display_status
display_tracking_status
carrier
sno
act_wt
temp
hold
paid
reschedule
a_crates
a_plts
a_utiln
gs_r
d_r
fb_r
eta_time
live_eta
depot
depot_contact
department
sales_person
identification_no
bank_prefix
run_no
job_price
insurance_price
insured
total_price
remarks
items_count
service_type
warehouse_address
destination_timeslot
door
vehicle_type
priority
service_time
do
type
tracking_no
tracking_link
status
tracking_status
pod_time
items
ITEM-LEVEL
sku
desc
qty
reject
reason
image
po_no
batch_no
expiry
cmts
uom
checked
a_qty
in_qty
unload_time_est
unload_time_act
follow_up_qty
follow_up_reason
rework_qty
rework_reason
weight
sno
Response Fields
COLLECTION-LEVEL
created_at
updated_at
date
address
time
name
phone
notify_email
notify_url
assign_to
instructions
zone
reason
note
handled_by
image
view_image_url
view_recipient_sender_device_signature_url
view_signature_url
view_photo_1_url
view_photo_2_url
view_photo_3_url
view_photo_4_url
view_photo_5_url
view_photo_6_url
view_photo_7_url
view_photo_8_url
view_photo_9_url
view_photo_10_url
pod_lat
pod_lng
pod_address
current_lat
current_lng
initial_status
open_job
offer
attempt
start_date
age
time_slot
req_date
track_no
order_no
job_type
job_order
j_fee
address_lat
address_lng
addr_company
addr_1
addr_2
addr_3
postal_code
city
state
country
b_addr
last_name
sender_phone
fax
customer
acc_no
o_name
invoice_no
invoice_amt
pay_mode
pay_amt
group_name
src
wt
parcel_width
parcel_length
parcel_height
cbm
boxes
cartons
pcs
envelopes
pallets
bins
trays
bundles
rolls
labels
att_1
detrack_no
display_status
display_tracking_status
carrier
submitted_at
a_t_at
arr_lat
arr_lng
arr_add
arr_at
texted_at
called_at
sno
recipient_sender_device_pod_at
recipient_sender_device_signed_by
signed_at
p1_at
p2_at
p3_at
p4_at
p5_at
p6_at
p7_at
p8_at
p9_at
p10_at
act_wt
temp
hold
paid
reschedule
a_crates
a_plts
a_utiln
gs_r
d_r
fb_r
eta_time
live_eta
depot
depot_contact
department
sales_person
identification_no
bank_prefix
run_no
head_to_delivery_at
pod_date_time
job_price
insurance_price
insured
total_price
remarks
items_count
service_type
warehouse_address
destination_timeslot
door
vehicle_type
priority
service_time
recipient_sender_device_signature_file_url
signature_file_url
photo_1_file_url
photo_2_file_url
photo_3_file_url
photo_4_file_url
photo_5_file_url
photo_6_file_url
photo_7_file_url
photo_8_file_url
photo_9_file_url
photo_10_file_url
id
do
driver_mobile_number
type
tracking_no
tracking_link
contactless_signature_link
received_by
status
tracking_status
status_changed_at
pod_time
items
milestones
ITEM-LEVEL
sku
desc
qty
reject
reason
image
photo_url
po_no
batch_no
expiry
cmts
uom
checked
a_qty
in_qty
unload_time_est
unload_time_act
follow_up_qty
follow_up_reason
rework_qty
rework_reason
weight
sno
id
Note: enabled request fields will also be available in response fields.
SAMPLE REQUEST JSON
[ { ..., "time_slot":"Morning", "fax":"68444856", "notify_url":"http://www.example.com/notify.php", "customer":"ABC Company Pte. Ltd.", "invoice_no":"INV990686", "invoice_amt":58.6, "boxes":"#112 & #113", "cbm":1.2, "cartons":2, "pcs":12, "items":[ { ..., "po_no":"PO112658", "batch_no":"3336", "expiry":"2015-02-12" } ] } ]
SAMPLE RESPONSE JSON
[ { ..., "time_slot":"Morning", "fax":"68444856", "notify_url":"http://www.example.com/notify.php", "customer":"ABC Company Pte. Ltd.", "invoice_no":"INV990686", "invoice_amt":58.6, "boxes":"#112 & #113", "cbm":1.2, "cartons":2, "pcs":12, "arr_lat":1.32502083807714, "arr_lng":103.893779271220, "arr_add":"63 Ubi Avenue 1, Singapore 408937", "arr_at":"2014-02-13T09:30:45+08:00", "sno":"4902505355769", "items":[ { ..., "po_no":"PO112658", "batch_no":"3336", "expiry":"2015-02-12", "sno":"8886428701123" } ] } ]