You can only update package when package is in DRAFT. Once you make a pickup request, you can no longer change.
POST /v1/packages/{id}
{
"address_name": "Wat Phnom Penh",
"lat": 11.5760445,
"lng": 104.9208625,
"instruction": "Ring the bell when you arrive"
}
JSON Response
{ "data": { "success": true } }
Fields | Description |
---|---|
value | Value of the package in USD |
cash | Cash on delivery. The cash that you want us to collect |
lat | Latitude of your customer. It does not need to be exact. Our delivery team will make another call customer to verify if neccessary |
lng | Longitude of your customer. It does not need to be exact. Our delivery team will make another call customer to verify if neccessary |
address_name | Customer address |
phone_number | Customer phone number. It is number that our team contact to when deliver |
customer_name | Customer name |
appointed_at | Appointed time with customer. We try to delivery within this time but it is not guarantee. For example: "2021-01-01 15:00:00" |
instruction | Additional instruction that help us delivery or additional request |
x | Width of package in cm |
y | Height of package in cm |
z | Length of package in cm |
weight | Weight in kg |