POST services/api/rest/v1/Update_RestLocationWisePriceByItem

Request Information

URI Parameters

None.

Body Parameters

Collection of Rest_LocationWisePrice_Master
NameDescriptionTypeAdditional information
Sel

boolean

None.

ItemId

integer

None.

Barcode

string

None.

ItemName

string

None.

LocId

integer

None.

LocationName

string

None.

SellingPrice

decimal number

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Sel": true,
    "ItemId": 2,
    "Barcode": "sample string 3",
    "ItemName": "sample string 4",
    "LocId": 5,
    "LocationName": "sample string 6",
    "SellingPrice": 7.0,
    "UserId": 8
  },
  {
    "Sel": true,
    "ItemId": 2,
    "Barcode": "sample string 3",
    "ItemName": "sample string 4",
    "LocId": 5,
    "LocationName": "sample string 6",
    "SellingPrice": 7.0,
    "UserId": 8
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RestLocationWisePriceByItem_Request
NameDescriptionTypeAdditional information
ItemId

integer

None.

LocId

integer

None.

SellingPrice

decimal number

None.

LevelId

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ItemId": 1,
    "LocId": 2,
    "SellingPrice": 3.0,
    "LevelId": 4,
    "UserId": 5
  },
  {
    "ItemId": 1,
    "LocId": 2,
    "SellingPrice": 3.0,
    "LevelId": 4,
    "UserId": 5
  }
]