POST api/PriceSets/{id}
Update Priceset
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PriceSetDto| Name | Description | Type | Additional 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:
Response Information
Resource Description
None.