POST services/api/v1/Update_SellingPriceFromProduct

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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"
  }
]

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