Add a new identifier type.
https://api-ppc.wsohosting.com/
IdentifierTypeName
The name of the identifier type
string
Required
IdcPrefix
A prefix used in IDC integration
string
There are no limitations specified.
{
"identifierTypeName": "sample string 1",
"idcPrefix": "sample string 2"
}
<IdentifierTypeAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <IdcPrefix>sample string 2</IdcPrefix> <IdentifierTypeName>sample string 1</IdentifierTypeName> </IdentifierTypeAdd>
Sample not available.
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>