POST 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": "41d77b48-d3ee-45ee-8460-662e092049b8",
"amount": 1.0,
"currency": "sample string 2",
"productId": "a132a4da-0918-4081-92d0-10c2011bb14a",
"symbol": "sample string 3",
"isSymbolBefore": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.