Skip to content

Instantly share code, notes, and snippets.

@amixpal
Last active January 30, 2018 17:23
Show Gist options
  • Save amixpal/21a7f7c7facc643bb08c4279e412b3bd to your computer and use it in GitHub Desktop.
Save amixpal/21a7f7c7facc643bb08c4279e412b3bd to your computer and use it in GitHub Desktop.
tour JSON
{
"tourName": "newtest",
"tourDescription": "test te st ",
"tourTimeFrame" : {
"bookedStartTime": "19:50",
"bookedEndTime": "22:50",
"startingAvaliability": "19:50",
"closingAvaliability": "20:50",
"weekAvaliablity": ["1", "4", "5", "6"]
},
"thingsToBring": ["boots test"],
"tourPrice": "349",
"categoryId": "1516155449",
"perQuarterCharge": 0,
"bookedCount": 0,
"createdAt": 0,
"updatedAt": 0,
"updatedBy": 0,
"isActive": false,
"address": {
"city": "Sinaloa",
"country": "Mexico",
"geoLat": "25.1721091",
"geoLng": "-107.4795173"
},
"geoLocation": {
"name": "Point",
"loc": {
"type": "Point",
"coordinates": ["25.1721091", "-107.4795173"]
}
},
"tourImages": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment