POST services/api/v1/Save_SellingPrice

Request Information

URI Parameters

None.

Body Parameters

GenerateSellingPriceItemRelation
NameDescriptionTypeAdditional information
SellingPriceLevel

integer

None.

FromSellingPrice

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SellingPriceLevel": 1,
  "FromSellingPrice": 2,
  "UserId": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GenerateSellingPriceItemRelation
NameDescriptionTypeAdditional information
SellingPriceLevel

integer

None.

FromSellingPrice

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "SellingPriceLevel": 1,
  "FromSellingPrice": 2,
  "UserId": 3
}