Skip to content

Instantly share code, notes, and snippets.

@woogists
Last active October 7, 2023 17:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogists/bd4065d14cb74bb76db7fdbdbdcc77c9 to your computer and use it in GitHub Desktop.
Save woogists/bd4065d14cb74bb76db7fdbdbdcc77c9 to your computer and use it in GitHub Desktop.
Bookings REST API Slots JSON Response
{
"records": [
{
"date": "2019-03-19T00:00:00-0700",
"duration": 1,
"duration_unit": "day",
"booked": 0,
"available": 1,
"resources": {
"0": 1
},
"product_id": 171578,
"title": "Candy Land",
"cost": "<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#36;</span>0.00</span>"
},
{
"date": "2019-03-20T00:00:00-0700",
"duration": 1,
"duration_unit": "day",
"booked": 0,
"available": 1,
"resources": {
"0": 1
},
"product_id": 171578,
"title": "Candy Land",
"cost": "<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#36;</span>0.00</span>"
}
],
"count": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment