...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Important Notes
Info |
---|
Once post is Accepted:
|
Fields
Info |
---|
Fields marked with asterisk (*) are required fields |
Required Pick-up Details Fields
Field Name | Data Type | Max Length | Description |
---|---|---|---|
lat* | number | n/a | Latitude coordinates of the pick-up address |
long* | number | n/a | Longitude coordinates of the pick-up address |
Required Delivery Details Fields
Field Name | Data Type | Max Length | Description |
---|---|---|---|
lat* | number | n/a | Latitude coordinates of the delivery address |
long* | number | n/a | Longitude coordinates of the delivery address |
Meta Fields
Field Name | Description | Accepted Values | Default Values |
---|---|---|---|
roundTrip | Jojo transporters will go back to the pick-up location after dropping off the parcel to the recipient. |
|
|
vehicleType* | type of vehicle to be used for delivery |
| none |
Sample Create Post Meta Fields Body
Code Block | ||
---|---|---|
| ||
"metaFields": { "roundTrip": "no", "vehicleType": "motorcycle" } |
...