Add a new industry code type.
https://services.wsoweb.com/
IndustryCodeTypeName
The name of industry code type
string
Required
SortOrder
The sort order
integer
There are no limitations specified.
{ "industryCodeTypeName": "sample string 1", "sortOrder": 1 }
<IndustryCodeTypeAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <IndustryCodeTypeName>sample string 1</IndustryCodeTypeName> <SortOrder>1</SortOrder> </IndustryCodeTypeAdd>
Sample not available.
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>