PUT v1/IndustryCodeTypes/{id}

Description

Update the industry code type with WSO ID of {id}.

Base Url

https://api-mgi.uat.wsohosting.com/


Rest Call Syntax


PUT SecurityMaster/v1/IndustryCodeTypes/{id}

PUT SecurityMaster/v1/IndustryCodeTypes/{id}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



IndustryCodeTypeUpdate

Name

Description

Type

Additional Information

IndustryCodeTypeNameUpdated

The updated name of the industry code type

string

SortOrder

The sort order

integer




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of industry code type

integer

Required



Request body formats


application/json, text/json

Sample:
{
  "industryCodeTypeNameUpdated": "sample string 1",
  "sortOrder": 1
}

application/xml, text/xml

Sample:
<IndustryCodeTypeUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <IndustryCodeTypeNameUpdated>sample string 1</IndustryCodeTypeNameUpdated>
  <SortOrder>1</SortOrder>
</IndustryCodeTypeUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



IndustryCodeType

Name

Description

Type

Additional Information

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

Links

The Hateoas links to related object

Collection of Link

SortOrder

The sort order of the Industry Code Type

integer

Values

The hateoas link to industry code values




Response Body Formats



application/json, text/json

Sample:
{
  "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"
    }
  ]
}

application/xml, text/xml

Sample:
<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>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.