Get Venue Catalogue By Id
POST /v2/catalogue/getVenueById
Parameter
CatalogueId Long
The Id of the catalogue item.
{Response:
"CatalogueId" : 100415722
}
{
"result": {
"Address": {
"MapAddress": "",
"MapUrl": "",
"Suburb": "",
"Latitude": "",
"Postcode": "",
"Longitude": "",
"AddressLine3": "",
"AddressLine2": "",
"AddressLine1": "",
"State": "",
"isPrimary": true,
"Country": "",
"AddressType": "BUSINESS"
},
"UpdatedDate": "13/08/2020 16:58",
"Parent": {
"Id": 100106857,
"Name": "Jp Resorts"
},
"Position": 1,
"MinCapacity": 0,
"Name": "Venue Item",
"CatalogueCommentsPlainText": "This is my comment",
"CreatedDate": "12/08/2020 17:38",
"SetUpSetDownList": [],
"Inactive": false,
"SellAsVoucher": "false",
"Id": 100415722,
"CatalogueComments": "<html>This is my comment<\html>",
"MaxCapacity": 0,
"SendToTicketing": "false"
},
"success": true
}