POST api/PriceSets/{senderZipCode}/{recipZipCode}?id={id}
Update Priceset
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
senderZipCode | string |
None. |
|
recipZipCode | string |
None. |
Body Parameters
PriceSetDtoName | 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.