POST services/api/rest/v1/Get_SellingPriceForLevelMapping

Request Information

URI Parameters

None.

Body Parameters

LocationId
NameDescriptionTypeAdditional information
LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestPriceLevelForMapping
NameDescriptionTypeAdditional information
LocId

integer

None.

LocationName

string

None.

PriceLevelList

Collection of RestPriceLevelPrimaryLocation

None.

Response Formats

application/json, text/json

Sample:
{
  "LocId": 1,
  "LocationName": "sample string 2",
  "PriceLevelList": [
    {
      "LevelId": 1,
      "LevelName": "sample string 2",
      "LocId": 3
    },
    {
      "LevelId": 1,
      "LevelName": "sample string 2",
      "LocId": 3
    }
  ]
}