POST api/Asset/Create
Request Information
URI Parameters
None.
Body Parameters
AssetCreateByIsinRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ISIN | string |
None. |
|
| AssetType | string |
None. |
|
| Currency | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ISIN": "sample string 1",
"AssetType": "sample string 2",
"Currency": "sample string 3"
}
application/xml, text/xml
Sample:
<AssetCreateByIsinRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLMD.Common"> <AssetType>sample string 2</AssetType> <Currency>sample string 3</Currency> <ISIN>sample string 1</ISIN> </AssetCreateByIsinRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.