PUT api/Prices

Request Information

URI Parameters

None.

Body Parameters

PriceDto
NameDescriptionTypeAdditional 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": "180c2426-c534-4dea-b4ba-e4c9619c26e0",
  "amount": 1.0,
  "currency": "sample string 2",
  "productId": "3a6ce944-f90e-486a-b042-62b277be1d60",
  "symbol": "sample string 3",
  "isSymbolBefore": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.