Undelete the industry code type with WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO Id of the industry code type
integer
Required
Id
The WSO ID of the Industry Code Type
integer
IndustryCodeTypeName
The name of the Industry Code Type
string
IsDeleted
The flag indicating if the Industry Code Type is deleted
boolean
SortOrder
The sort order of the Industry Code Type
integer
{ "id": 1, "isDeleted": true, "industryCodeTypeName": "sample string 3", "sortOrder": 1, "values": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "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" } ] }
<IndustryCodeType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <Id>1</Id> <IndustryCodeTypeName>sample string 3</IndustryCodeTypeName> <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> <SortOrder>1</SortOrder> <Values> <Rel xmlns="">sample string 2</Rel> <Uri xmlns="">http://webapihelppage3.com/</Uri> <Verb xmlns="">sample string 1</Verb> </Values> </IndustryCodeType>