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": "cd13ae4b-c7c7-4a7f-95e8-8ff392f74b1b",
"amount": 1.0,
"currency": "sample string 2",
"productId": "9709f615-b6e1-4e59-af6b-8ebdaa2b0d0a",
"symbol": "sample string 3",
"isSymbolBefore": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.