POST services/api/v1/Get_SellingPriceDetailsForEdit

Request Information

URI Parameters

None.

Body Parameters

Barcode_Id
NameDescriptionTypeAdditional information
Barcode

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "Id": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SellingPriceEdit_Master
NameDescriptionTypeAdditional information
SellingPriceMasterId

integer

None.

Barcode

string

None.

SellingPriceLevelName

string

None.

SellingPriceLevelId

integer

None.

OldPrice

decimal number

None.

NewPrice

decimal number

None.

UserId

integer

None.

CompanyId

integer

None.

BranchId

integer

None.

PriceChangeUpdate

boolean

None.

PriceLogId

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SellingPriceMasterId": 1,
    "Barcode": "sample string 2",
    "SellingPriceLevelName": "sample string 3",
    "SellingPriceLevelId": 4,
    "OldPrice": 5.0,
    "NewPrice": 6.0,
    "UserId": 7,
    "CompanyId": 8,
    "BranchId": 9,
    "PriceChangeUpdate": true,
    "PriceLogId": "sample string 11"
  },
  {
    "SellingPriceMasterId": 1,
    "Barcode": "sample string 2",
    "SellingPriceLevelName": "sample string 3",
    "SellingPriceLevelId": 4,
    "OldPrice": 5.0,
    "NewPrice": 6.0,
    "UserId": 7,
    "CompanyId": 8,
    "BranchId": 9,
    "PriceChangeUpdate": true,
    "PriceLogId": "sample string 11"
  }
]