Venue: Get Catalogue By Id

  • Updated

Get Venue Catalogue By Id


POST /v2/catalogue/getVenueById


Parameter
CatalogueId    Long

The Id of the catalogue item.

{
"CatalogueId" : 100415722
}
Response:
{
    "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
}
 

Was this article helpful?

Have more questions? Submit a request