GET api/Party/Menuset/{LocationId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LocationId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "MenuSetID": "sample string 1",
    "MenuSetName": "sample string 2",
    "Price": "sample string 3",
    "GSTRate": "sample string 4"
  },
  {
    "MenuSetID": "sample string 1",
    "MenuSetName": "sample string 2",
    "Price": "sample string 3",
    "GSTRate": "sample string 4"
  },
  {
    "MenuSetID": "sample string 1",
    "MenuSetName": "sample string 2",
    "Price": "sample string 3",
    "GSTRate": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMenuSetMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPINew.Models">
  <MenuSetMaster>
    <GSTRate>sample string 4</GSTRate>
    <MenuSetID>sample string 1</MenuSetID>
    <MenuSetName>sample string 2</MenuSetName>
    <Price>sample string 3</Price>
  </MenuSetMaster>
  <MenuSetMaster>
    <GSTRate>sample string 4</GSTRate>
    <MenuSetID>sample string 1</MenuSetID>
    <MenuSetName>sample string 2</MenuSetName>
    <Price>sample string 3</Price>
  </MenuSetMaster>
  <MenuSetMaster>
    <GSTRate>sample string 4</GSTRate>
    <MenuSetID>sample string 1</MenuSetID>
    <MenuSetName>sample string 2</MenuSetName>
    <Price>sample string 3</Price>
  </MenuSetMaster>
</ArrayOfMenuSetMaster>