POST services/api/rest/v1/Get_MenuUpdateItems

Request Information

URI Parameters

None.

Body Parameters

RestItem_ShowInMenuFilter
NameDescriptionTypeAdditional information
IsActive

boolean

None.

ShowZeroPriceMenu

boolean

None.

LocId

string

None.

FiterText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IsActive": true,
  "ShowZeroPriceMenu": true,
  "LocId": "sample string 3",
  "FiterText": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Rest_MenuUpdate_Master
NameDescriptionTypeAdditional information
Itemcode

string

None.

Name

string

None.

Category

string

None.

ArabicName

string

None.

Price

decimal number

None.

CostPrice

decimal number

None.

LocationId

integer

None.

ShowInMenu

boolean

None.

IsActive

boolean

None.

Selected

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Itemcode": "sample string 1",
    "Name": "sample string 2",
    "Category": "sample string 3",
    "ArabicName": "sample string 4",
    "Price": 5.0,
    "CostPrice": 6.0,
    "LocationId": 7,
    "ShowInMenu": true,
    "IsActive": true,
    "Selected": true
  },
  {
    "Itemcode": "sample string 1",
    "Name": "sample string 2",
    "Category": "sample string 3",
    "ArabicName": "sample string 4",
    "Price": 5.0,
    "CostPrice": 6.0,
    "LocationId": 7,
    "ShowInMenu": true,
    "IsActive": true,
    "Selected": true
  }
]