POST v1/Rates

Description

Add new Rates.

Base Url

https://api-mgi.uat.wsohosting.com/


Rest Call Syntax


POST SecurityMaster/v1/Rates

POST SecurityMaster/v1/Rates

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



MarkPriceAdd

Name

Description

Type

Additional Information

Index

string

Required

MarkDate

date

Required

Rate

decimal number

Required

Source

string




Limitations

There are no limitations specified.




Request Information


Request body formats


application/json, text/json

Sample:
{
  "markDate": "2024-10-08T11:35:42.625657+01:00",
  "index": "sample string 2",
  "rate": 1.1,
  "source": "sample string 4"
}

application/xml, text/xml

Sample:
<MarkPriceAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Index>sample string 2</Index>
  <MarkDate>2024-10-08T11:35:42.625657+01:00</MarkDate>
  <Rate>1.1</Rate>
  <Source>sample string 4</Source>
</MarkPriceAdd>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



MarkPrice

Name

Description

Type

Additional Information

AddDate

date

AddedBy

string

IndexId

integer

LastChangeDate

date

LastChangedBy

string

MarkDate

date

MarkEndDate

date

Rate

decimal number

Source

string




Response Body Formats



application/json, text/json

Sample:
{
  "markDate": "2024-10-08T11:35:42.625657+01:00",
  "markEndDate": "2024-10-08T11:35:42.625657+01:00",
  "indexId": 1,
  "rate": 1.1,
  "source": "sample string 3",
  "addDate": "2024-10-08T11:35:42.625657+01:00",
  "addedBy": "sample string 5",
  "lastChangeDate": "2024-10-08T11:35:42.625657+01:00",
  "lastChangedBy": "sample string 7"
}

application/xml, text/xml

Sample:
<MarkPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AddDate>2024-10-08T11:35:42.625657+01:00</AddDate>
  <AddedBy>sample string 5</AddedBy>
  <IndexId>1</IndexId>
  <LastChangeDate>2024-10-08T11:35:42.625657+01:00</LastChangeDate>
  <LastChangedBy>sample string 7</LastChangedBy>
  <MarkDate>2024-10-08T11:35:42.625657+01:00</MarkDate>
  <MarkEndDate>2024-10-08T11:35:42.625657+01:00</MarkEndDate>
  <Rate>1.1</Rate>
  <Source>sample string 3</Source>
</MarkPrice>



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.