Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Fields

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

"metaFields": {
  "roundTrip": "no",
  "vehicleType": "motorcycle"
}

  • No labels