PUT v1/Issuer/{id}

Description

Update the issuer with WSO ID of {id}.

Base Url

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


Rest Call Syntax


PUT LRDIntegration/v1/Issuer/{id}

PUT LRDIntegration/v1/Issuer/{id}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



IssuerDetailsUpdate

Name

Description

Type

Additional Information

GlobalId

integer

Required




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of the issuer

integer

Required



Request body formats


application/json, text/json

Sample:
{
  "globalIssuerId": 1
}

application/xml, text/xml

Sample:
<IssuerDetailsUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.LRDIntegration.Models.v1">
  <GlobalId>1</GlobalId>
</IssuerDetailsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



IssuerInfo

Name

Description

Type

Additional Information

Abbreviation

string

Analyst

string

CollateralManagerId

integer

Country

HasPublicEquity

boolean

Id

integer

Identifier

string

IndustryCodes

IsABSIssuer

boolean

IsABSSponsor

boolean

IsDeleted

boolean

IssueDate

date

IssuerName

string

Links

Collection of Link

MarkitEntityId

string

MarkitTicker

string

Notes

string

OriginalIssueSize

decimal number

Ratings

State

string

TrusteeId

integer

Udfs




Response Body Formats



application/json, text/json

Sample:
{
  "id": 1,
  "issuerName": "sample string 2",
  "abbreviation": "sample string 3",
  "analyst": "sample string 4",
  "hasPublicEquity": true,
  "country": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "identifier": "sample string 6",
  "isABSIssuer": true,
  "isABSSponsor": true,
  "isDeleted": true,
  "issueDate": "2024-10-08T11:33:15.2179794+01:00",
  "markitEntityId": "sample string 11",
  "notes": "sample string 12",
  "originalIssueSize": 13.0,
  "state": "sample string 14",
  "ratings": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "industryCodes": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "udfs": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "collateralManagerId": 15,
  "trusteeId": 16,
  "markitTicker": "sample string 17",
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ]
}

application/xml, text/xml

Sample:
<IssuerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 3</Abbreviation>
  <Analyst>sample string 4</Analyst>
  <CollateralManagerId>15</CollateralManagerId>
  <Country>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Country>
  <HasPublicEquity>true</HasPublicEquity>
  <Id>1</Id>
  <Identifier>sample string 6</Identifier>
  <IndustryCodes>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </IndustryCodes>
  <IsABSIssuer>true</IsABSIssuer>
  <IsABSSponsor>true</IsABSSponsor>
  <IsDeleted>true</IsDeleted>
  <IssueDate>2024-10-08T11:33:15.2179794+01:00</IssueDate>
  <IssuerName>sample string 2</IssuerName>
  <Links>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
  <MarkitEntityId>sample string 11</MarkitEntityId>
  <MarkitTicker>sample string 17</MarkitTicker>
  <Notes>sample string 12</Notes>
  <OriginalIssueSize>13</OriginalIssueSize>
  <Ratings>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Ratings>
  <State>sample string 14</State>
  <TrusteeId>16</TrusteeId>
  <Udfs>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Udfs>
</IssuerInfo>



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.