Created
March 13, 2024 09:51
This file contains 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": 2, | |
"TotalPages": 1, | |
"ItemRange": [ | |
1, | |
2 | |
], | |
"NextPageKey": null | |
}, | |
"Items": [ | |
{ | |
"ID": "jasons-australian-tour-au-tour-melbourne", | |
"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-melbourne", | |
"Value": "Melbourne 15th April 2024", | |
"PriceMarkupType": "NoMarkup", | |
"PriceMarkup": null | |
} | |
], | |
"xp": null | |
}, | |
{ | |
"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