PUT api/Prices
Request Information
URI Parameters
None.
Body Parameters
PriceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Currency | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| Symbol | string |
None. |
|
| IsSymbolBefore | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "91313979-e0bf-48c5-938c-be4bcdd58d54",
"amount": 1.0,
"currency": "sample string 2",
"productId": "6bb36f11-a1be-4e68-9012-8b50ff976a31",
"symbol": "sample string 3",
"isSymbolBefore": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.