GET v1/Positions/{id}/MarkPrice/{date}

Description

Get current MarkPrice for a Position based upon a Position Id and an Effective Date

Base Url

https://api-zion.wsohosting.com/


Rest Call Syntax


GET PositionManagement/v1/Positions/{id}/MarkPrice/{date}

GET PositionManagement/v1/Positions/{id}/MarkPrice/{date}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

date

Effective Date

date

Required

id

Position ID

integer

Required




Response Information



PositionMarkPrice

Name

Description

Type

Additional Information

Id

MarkPriceId

integer

MarkLevel

The Hateoas link to the Current Mark for the Position

Price

Price

decimal number




Response Body Formats



application/json, text/json

Sample:
{
  "id": 1,
  "price": 2.0,
  "markLevel": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  }
}

application/xml, text/xml

Sample:
<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>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.