POST services/api/rest/v1/Get_LocationWisePriceListByItem

Request Information

URI Parameters

None.

Body Parameters

Id_LocationId
NameDescriptionTypeAdditional information
Id

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LocationId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.

Response 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
  }
]