Add an industry code value for industry code type with a WSO ID of {id}
https://services.wsoweb.com/
IndustryCodeValueName
The industry code name
string
Required
Code
The code
string
Notes
The Notes
string
SortOrder
The sort order
integer
There are no limitations specified.
id
WSO ID of industry code type
integer
Required
{ "code": "sample string 1", "notes": "sample string 2", "industryCodeValueName": "sample string 3", "sortOrder": 1 }
<IndustryCodeValueAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <Code>sample string 1</Code> <IndustryCodeValueName>sample string 3</IndustryCodeValueName> <Notes>sample string 2</Notes> <SortOrder>1</SortOrder> </IndustryCodeValueAdd>
Sample not available.
Code
The code of the Industry Code Value
string
Id
integer
IndustryCodeTypeId
The WSO ID of the industry code type
integer
IndustryCodeTypeName
The name of the industry code type
string
IndustryCodeValueName
The name of the industry code value
string
IsDeleted
The flag indicating if the industry code value is deleted
boolean
Notes
The notes for the industry code value
string
SortOrder
The sort order of the industry code value
integer
{ "id": 1, "code": "sample string 2", "isDeleted": true, "notes": "sample string 4", "industryCodeTypeId": 5, "industryCodeTypeName": "sample string 6", "industryCodeValueName": "sample string 7", "sortOrder": 1, "industryCodeType": { "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" } ] }
<IndustryCodeValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample string 2</Code> <Id>1</Id> <IndustryCodeType> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </IndustryCodeType> <IndustryCodeTypeId>5</IndustryCodeTypeId> <IndustryCodeTypeName>sample string 6</IndustryCodeTypeName> <IndustryCodeValueName>sample string 7</IndustryCodeValueName> <IsDeleted>true</IsDeleted> <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> <Notes>sample string 4</Notes> <SortOrder>1</SortOrder> </IndustryCodeValue>