Created
March 13, 2024 09:48
-
-
Save moo2u2/70cd44349bb72c995541e3b07ec871f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Meta": { | |
"Page": 1, | |
"PageSize": 20, | |
"TotalCount": 3, | |
"TotalPages": 1, | |
"ItemRange": [ | |
1, | |
3 | |
], | |
"NextPageKey": null | |
}, | |
"Items": [ | |
{ | |
"ID": "jasons-australian-tour-au-tour-melbourne", | |
"Name": "Melbourne 15th April 2024", | |
"Description": "Jason's tour of Melbourne", | |
"Active": true, | |
"ShipWeight": null, | |
"ShipHeight": null, | |
"ShipWidth": null, | |
"ShipLength": null, | |
"Inventory": 200, | |
"Specs": [ | |
{ | |
"SpecID": "au-tour-sessions", | |
"Name": "AU tour sessions", | |
"OptionID": "au-tour-melbourne", | |
"Value": "Melbourne 15th April 2024", | |
"PriceMarkupType": "NoMarkup", | |
"PriceMarkup": null | |
} | |
], | |
"xp": { | |
"venue": "Melbourne venue info" | |
} | |
}, | |
{ | |
"ID": "jasons-australian-tour-au-tour-sydney", | |
"Name": "Sydney 24th March 2024", | |
"Description": "Jason's tour of Sydney", | |
"Active": true, | |
"ShipWeight": null, | |
"ShipHeight": null, | |
"ShipWidth": null, | |
"ShipLength": null, | |
"Inventory": 250, | |
"Specs": [], | |
"xp": { | |
"venue": "Sydney venue info" | |
} | |
}, | |
{ | |
"ID": "jasons-australian-tour-au-tour-sydney2", | |
"Name": null, | |
"Description": null, | |
"Active": true, | |
"ShipWeight": null, | |
"ShipHeight": null, | |
"ShipWidth": null, | |
"ShipLength": null, | |
"Inventory": null, | |
"Specs": [ | |
{ | |
"SpecID": "au-tour-sessions", | |
"Name": "AU tour sessions", | |
"OptionID": "au-tour-sydney2", | |
"Value": "Sydney 28th March 2024", | |
"PriceMarkupType": "NoMarkup", | |
"PriceMarkup": null | |
} | |
], | |
"xp": null | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment