Update the issuer with WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO ID of the issuer
integer
Required
{ "globalIssuerId": 1 }
<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>
Sample not available.
Abbreviation
string
Analyst
string
CollateralManagerId
integer
HasPublicEquity
boolean
Id
integer
Identifier
string
IsABSIssuer
boolean
IsABSSponsor
boolean
IsDeleted
boolean
IssueDate
date
IssuerName
string
MarkitEntityId
string
MarkitTicker
string
Notes
string
OriginalIssueSize
decimal number
State
string
TrusteeId
integer
{ "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-11-23T01:19:44.6317368-06: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" } ] }
<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-11-23T01:19:44.6317368-06: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>