POST v1/Issuers/{id}/Undelete

Description

Undelete the issuer with WSO ID of {id}.

Base Url

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


Rest Call Syntax


POST SecurityMaster/v1/Issuers/{id}/Undelete

POST SecurityMaster/v1/Issuers/{id}/Undelete

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

id

WSO ID of the issuer

integer

Required




Response Information



Issuer

Name

Description

Type

Additional Information

Abbreviation

The abbreviation of the issuer

string

Analyst

The analyst name

string

CollateralManagerId

The collateral manager for this issuer.

integer

Country

Link to the Issuers country

GlobalId

The Global Id of the issuer

integer

HasPublicEquity

The flag indicating if the asset has public equity

boolean

Id

The WSO ID of the issuer

integer

Identifier

The identifier for the issuer

string

IndustryCodes

Link to IndustryCodes

IsABSIssuer

The flag indicating if the issuer should implement ABS specific behavior

boolean

IsABSSponsor

The flag indicating if the issuer will be selectable as an ABS sponsor

boolean

IsDeleted

The flag indicating if this issuer has been soft deleted in the system

boolean

IssueDate

The date the issue was created

date

IssuerName

The name of the issuer

string

Links

The Hateoas links related to this issuer

Collection of Link

MarkitEntityId

The Markit Entity ID for this issuer

string

MarkitTicker

The MarkitTicker property

string

Notes

Notes regarding the issuer

string

OriginalIssueSize

The original total global amount at issuance

decimal number

Ratings

Link to Ratings

State

The legal state of the issuer

string

TrusteeId

The trustee for this issuer.

integer

Udfs

Link to 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-08T05:35:57.1176038-05:00",
  "markitEntityId": "sample string 11",
  "notes": "sample string 12",
  "originalIssueSize": 13.0,
  "state": "sample string 14",
  "globalId": 1,
  "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:
<Issuer 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>
  <GlobalId>1</GlobalId>
  <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-08T05:35:57.1176038-05: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>
</Issuer>



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.