Hi @chrisfinck
Try using the Custom Request option, then selecting the POST method, which will allow you to format the entire Data as JSON.
@chrisfinck
Try copying pasting the entire JSON code as is with all the opening and closing bracket { }
@chrisfinck
Try copying pasting the entire JSON code as is with all the opening and closing bracket { }
Im referencing this https://docs.onfleet.com/reference#create-destination which shows the above as the response but not the request
@chrisfinck
Try this format...
REQUEST
{
"address":
{
"number":"543",
"street":"Howard St",
"apartment":"5th Floor",
"city":"San Francisco",
"state":"CA",
"country":"USA"
},
"notes":"Don\'t forget to check out the epic rooftop."
}
RESPONSE
{
"id": "JLn6ZoYGZWn2wB2HaR9glsqB",
"timeCreated": 1455156663000,
"timeLastModified": 1455156663896,
"location": :
-122.3965731,
37.7875728
],
"address": {
"apartment": "5th Floor",
"state": "California",
"postalCode": "94105",
"country": "United States",
"city": "San Francisco",
"street": "Howard Street",
"number": "543"
},
"notes": "Don't forget to check out the epic rooftop.",
"metadata": :]
}