Get current MarkPrice for a Position based upon a Position Id and an Effective Date
https://api-ppc.wsohosting.com/
There are no limitations specified.
date
Effective Date
date
Required
id
Position ID
integer
Required
Id
MarkPriceId
integer
Price
Price
decimal number
{
"id": 1,
"price": 2.0,
"markLevel": {
"verb": "sample string 1",
"rel": "sample string 2",
"uri": "http://webapihelppage3.com"
}
}
<PositionMarkPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Id>1</Id>
<MarkLevel>
<Rel>sample string 2</Rel>
<Uri>http://webapihelppage3.com/</Uri>
<Verb>sample string 1</Verb>
</MarkLevel>
<Price>2</Price>
</PositionMarkPrice>