GET api/getmoduleBaseSystemModel

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ModuleBaseSystemId": 1,
  "Dinein": true,
  "Takeaway": true,
  "Delivery": true,
  "Bar": true,
  "KitchenMonitor": true,
  "KitchenMessage": true,
  "WebAndAppOrder": true,
  "CallerId": true,
  "BackOffice": true,
  "Manager": true,
  "QuickMenuChange": true,
  "Booking": true,
  "AssignDriver": true,
  "OpenTill": true,
  "Payout": true,
  "Shopping": true,
  "Notifications": true,
  "Customers": true,
  "PreviousOrder": true,
  "TimeSheet": true,
  "ShowFloor": true,
  "IsToken": true,
  "IsPayBackShow": true,
  "PrePrintInClose": true,
  "IsShowOnlyNewItem": true,
  "IsToppingPanel": true,
  "PrepWithTakeaway": true,
  "PrepWithDelivery": true,
  "IsPaymentSence": true,
  "IsAfterComplete": true,
  "MultiLineOrder": true,
  "UptoDown": true,
  "IsKicthen": true,
  "AutoGuestNumber": true,
  "MultiTerminalCallerId": true,
  "OpenCashDrawerWithCardPayment": true,
  "EditAfterPayment": true,
  "PrintAccessFromKitchenMonitor": true,
  "AssignTablesWithAllTerminals": true,
  "IsKOTPrintFromAPP": true,
  "IsBillPrintFromAPP": true
}

application/xml, text/xml

Sample:
<ModuleBaseSystemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
  <AssignDriver>true</AssignDriver>
  <AssignTablesWithAllTerminals>true</AssignTablesWithAllTerminals>
  <AutoGuestNumber>true</AutoGuestNumber>
  <BackOffice>true</BackOffice>
  <Bar>true</Bar>
  <Booking>true</Booking>
  <CallerId>true</CallerId>
  <Customers>true</Customers>
  <Delivery>true</Delivery>
  <Dinein>true</Dinein>
  <EditAfterPayment>true</EditAfterPayment>
  <IsAfterComplete>true</IsAfterComplete>
  <IsBillPrintFromAPP>true</IsBillPrintFromAPP>
  <IsKOTPrintFromAPP>true</IsKOTPrintFromAPP>
  <IsKicthen>true</IsKicthen>
  <IsPayBackShow>true</IsPayBackShow>
  <IsPaymentSence>true</IsPaymentSence>
  <IsShowOnlyNewItem>true</IsShowOnlyNewItem>
  <IsToken>true</IsToken>
  <IsToppingPanel>true</IsToppingPanel>
  <KitchenMessage>true</KitchenMessage>
  <KitchenMonitor>true</KitchenMonitor>
  <Manager>true</Manager>
  <ModuleBaseSystemId>1</ModuleBaseSystemId>
  <MultiLineOrder>true</MultiLineOrder>
  <MultiTerminalCallerId>true</MultiTerminalCallerId>
  <Notifications>true</Notifications>
  <OpenCashDrawerWithCardPayment>true</OpenCashDrawerWithCardPayment>
  <OpenTill>true</OpenTill>
  <Payout>true</Payout>
  <PrePrintInClose>true</PrePrintInClose>
  <PrepWithDelivery>true</PrepWithDelivery>
  <PrepWithTakeaway>true</PrepWithTakeaway>
  <PreviousOrder>true</PreviousOrder>
  <PrintAccessFromKitchenMonitor>true</PrintAccessFromKitchenMonitor>
  <QuickMenuChange>true</QuickMenuChange>
  <Shopping>true</Shopping>
  <ShowFloor>true</ShowFloor>
  <Takeaway>true</Takeaway>
  <TimeSheet>true</TimeSheet>
  <UptoDown>true</UptoDown>
  <WebAndAppOrder>true</WebAndAppOrder>
</ModuleBaseSystemModel>