POST api/PriceSets/{id}

Update Priceset

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

PriceSetDto
NameDescriptionTypeAdditional information
OrderId

integer

None.

UID

string

None.

CustomerId

integer

None.

BarcodeURL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderId": 1,
  "UID": "sample string 2",
  "CustomerId": 3,
  "BarcodeURL": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PriceSetDto'.

Response Information

Resource Description

None.