Events: Get Catalogue Items

  • Updated

Get Catalogue Items

 

 


POST /v2/event/get/catl

This API returns the list of catalogue items added in the event.


Parameters
EventNumber    Integer

The number of an event for which catalogue item is to be searched.

CatalogueType    String

Catalogue name whose data is to be fetched. The possible values can be Venues, VenueRates, Charges, PaymentRequest, PaymentReceived, Credits, Bonds, EventDetails, Food, Beverage, Inventory, Packages

CreatedDate    DateTime

The created date and time of the event catalogue items to be searched. The API will search for catalogue items created after this date.

LastUpdatedDate    DateTime

The updated date and time of the event catalogue items to be searched. The API will search for catalogue items updated after this date.

{
   "EventNumber":"2677",
   "CatalogueType" : "Food"
}
Response:
{
"result": [
{
"Abbreviation": "FB",
"LastUpdatedDate": "16/02/2019 03:15",
"RefPkgId": "",
"CatalogueHierarchy": "Starters>Manchurian",
"Tax": "9.91",
"FormulaToolTip": "",
"TotalUnitCost": "0.00",
"NetTotalExTax": "90.09",
"Name": "Manchurian",
"StartDate": "22/04/2019 13:30",
"CatalogueCommentsPlainText": "Hot & Crisp",
"Formula": {},
"InvoicePrefix": "",
"Qty": 1.0,
"Permission": {
"CanDelete": true,
"CanView": true,
"CanEdit": true,
"CanAdd": true
},
"IsUnitPriceLocked": false,
"ProfitAmount": "90.09",
"ProfitPercentage": "100.00",
"FinancialCommentsPlainText": "Payments to be in Advanced",
"IsFinancialCommentsModified": false,
"InvoiceNumber": "",
"InvoiceDate": "",
"CreditOrDebit": "Debit",
"CatalogueComments": "<html>Hot & Crisp</html>",
"TemplateId": 100309160,
"IsCatalogueCommentsModified": false,
"Venue": {},
"NetTotalInclDiscount": "100.00",
"EndDate": "22/04/2019 22:00",
"VenueBooking": {},
"DiscountAmount": "0.00",
"Contact": {
"Anonymised": false,
"Email": "narain@priava.com",
"Organisation": "TCS",
"Address": [
{
"AddressLine3": "Street-8 sydney"
}
],
"Lastname": "Eity",
"ContactId": 100474721,
"Pseudonymised": false,
"JobTitle": "",
"Firstname": "Dest",
"Phone": "8745646345",
"Inactive": false,
"GDPRProcessed": false,
"Deleted": false
},
"UnitCost": "0.00",
"TaxType": {
"TaxPercentage": "11.00",
"Position": 14,
"TaxIncluded": true,
"Inactive": false,
"Id": 27,
"Name": "GST - Standard 10%"
},
"UnitPrice": "100.00",
"FinancialComments": "<html>Payments to be in Advanced</html>",
"IsUnitCostLocked": false,
"DiscountType": "C",
"GrandTotal": "100.00",
"CreatedDate": "16/02/2019 03:15",
"Event": {
"Id": 101637100,
"Name": "Party Night"
},
"GrandTotalForCalc": 100.0,
"Id": 104736394,
"DiscountValue": "0.00"
}
],
"AdditionalInfo": {
"TotalDebits": "100.00",
"TotalCredits": "0.00",
"AmountOwing": "100.00"
},
"success": true
}

 

Was this article helpful?

Have more questions? Submit a request