POST v1/Issuers/{id}/IndustryCodes

Description

Add industry code for issuer with WSO ID of {id}.

Base Url

https://api-agc.wsohosting.com/


Rest Call Syntax


POST SecurityMaster/v1/Issuers/{id}/IndustryCodes

POST SecurityMaster/v1/Issuers/{id}/IndustryCodes

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



IndustryCodeAdd

Name

Description

Type

Additional Information

IndustryCodeValueId

The WSO ID of the Industry Code Value

integer

Required

StartDate

Start Date of the industry code

date

Required




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of issuer

integer

Required



Request body formats


application/json, text/json

Sample:
{
  "industryCodeValueId": 1,
  "startDate": "2024-10-08T05:33:18.5054761-05:00"
}

application/xml, text/xml

Sample:
<IndustryCodeAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <IndustryCodeValueId>1</IndustryCodeValueId>
  <StartDate>2024-10-08T05:33:18.5054761-05:00</StartDate>
</IndustryCodeAdd>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



IndustryCode

Name

Description

Type

Additional Information

AddDate

Gets or sets the date that a record was added to the system.

date

AddId

Gets or sets the UserId of the user who added the record.

string

AddNode

Gets or sets the name of the machine where the record was added from.

string

Id

The WSO ID of the Industry Code

integer

IndustryCodeTypeName

The name of the Industry Code Type

string

IndustryCodeValueName

The name of the Industry Code Value

string

LastChangeDate

Gets or sets the date when the record was last changed.

date

LastChangeId

Gets or sets the UserId of the user who last changed this record.

string

LastChangeNode

Gets or sets the name of the machine where the record was last changed from.

string

Links

A list of links

Collection of Link

StartDate

The start of date of the Industry Code

date




Response Body Formats



application/json, text/json

Sample:
{
  "id": 1,
  "industryCodeValueName": "sample string 2",
  "industryCodeTypeName": "sample string 3",
  "startDate": "2024-10-08T05:33:18.5054761-05:00",
  "addDate": "2024-10-08T05:33:18.5054761-05:00",
  "addId": "sample string 8",
  "addNode": "sample string 9",
  "lastChangeDate": "2024-10-08T05:33:18.5054761-05:00",
  "lastChangeId": "sample string 11",
  "lastChangeNode": "sample string 12",
  "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:
<IndustryCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AddDate>2024-10-08T05:33:18.5054761-05:00</AddDate>
  <AddId>sample string 8</AddId>
  <AddNode>sample string 9</AddNode>
  <Id>1</Id>
  <IndustryCodeTypeName>sample string 3</IndustryCodeTypeName>
  <IndustryCodeValueName>sample string 2</IndustryCodeValueName>
  <LastChangeDate>2024-10-08T05:33:18.5054761-05:00</LastChangeDate>
  <LastChangeId>sample string 11</LastChangeId>
  <LastChangeNode>sample string 12</LastChangeNode>
  <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>
  <StartDate>2024-10-08T05:33:18.5054761-05:00</StartDate>
</IndustryCode>



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.