POST services/api/rest/v1/Update_RestSellingPriceByLocation

Request Information

URI Parameters

None.

Body Parameters

Collection of Dictionary of string [key] and Object [value]

Request Formats

application/json, text/json

Sample:
[
  {
    "sample string 1": {},
    "sample string 3": {}
  },
  {
    "sample string 1": {},
    "sample string 3": {}
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RestShowInMenuUpdateByLocation_Request
NameDescriptionTypeAdditional information
ItemId

integer

None.

Barcode

string

None.

ShowInMenu

boolean

None.

LocId

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ItemId": 1,
    "Barcode": "sample string 2",
    "ShowInMenu": true,
    "LocId": 4,
    "UserId": 5
  },
  {
    "ItemId": 1,
    "Barcode": "sample string 2",
    "ShowInMenu": true,
    "LocId": 4,
    "UserId": 5
  }
]