Update industry code value with WSO ID of {industryCodeValueId} for industry code type with WSO ID of {id}.
https://services.wsoweb.com/
Code
The code
string
IndustryCodeValueNameUpdated
The name of the Industry Code Value to update
string
Notes
The Notes
string
SortOrder
The sort order for the Industry Code
integer
There are no limitations specified.
id
WSO ID of industry code type
integer
Required
industryCodeValueId
WSO ID of industry code value
integer
Required
{ "industryCodeValueNameUpdated": "sample string 2", "code": "sample string 3", "notes": "sample string 4", "sortOrder": 1 }
<IndustryCodeValueUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample string 3</Code> <IndustryCodeValueNameUpdated>sample string 2</IndustryCodeValueNameUpdated> <Notes>sample string 4</Notes> <SortOrder>1</SortOrder> </IndustryCodeValueUpdate>
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>