Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

yes

no

no

vehicleType*

type of vehicle to be used for delivery

commuter

motorcycle

car

none

Sample Create Post Meta Fields Body

Code Block
languagejs
"metaFields": {
  "roundTrip": "no",
  "vehicleType": "motorcycle"
}