Undelete the identifier type with WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO Id of the identifier type
integer
Required
Id
The WSO ID of the identifier type
integer
IdcPrefix
A prefix used in IDC integration
string
IdentifierTypeName
The name of the identifier type
string
IsDeleted
A flag indicating if the identifier type is soft-deleted in the system
boolean
{ "id": 1, "identifierTypeName": "sample string 2", "idcPrefix": "sample string 3", "isDeleted": true, "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" } ] }
<IdentifierType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <Id>1</Id> <IdcPrefix>sample string 3</IdcPrefix> <IdentifierTypeName>sample string 2</IdentifierTypeName> <IsDeleted>true</IsDeleted> <Links> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> </IdentifierType>