POST services/api/v1/Update_SellingPriceMaster

Request Information

URI Parameters

None.

Body Parameters

SellingPriceUpdate_Master
NameDescriptionTypeAdditional information
SellingPriceLevel

integer

None.

Price

decimal number

None.

Barcode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SellingPriceLevel": 1,
  "Price": 2.0,
  "Barcode": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SellingPriceUpdate_Master
NameDescriptionTypeAdditional information
SellingPriceLevel

integer

None.

Price

decimal number

None.

Barcode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SellingPriceLevel": 1,
  "Price": 2.0,
  "Barcode": "sample string 3"
}