POST v1/Associations

Description

Add a new associationType.

Base Url

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


Rest Call Syntax


POST SecurityMaster/v1/Associations

POST SecurityMaster/v1/Associations

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



AssociationTypeAdd

Name

Description

Type

Additional Information

Abbreviation

Gets or sets the abbreviation of the associationType.

string

AssociationTypeName

Gets or sets the associationTypeName of the associationType.

string

IsDefault

Gets or sets the isDefault of the associationType.

boolean




Limitations

There are no limitations specified.




Request Information


Request body formats


application/json, text/json

Sample:
{
  "abbreviation": "sample string 1",
  "associationTypeName": "sample string 2",
  "isDefault": true
}

application/xml, text/xml

Sample:
<AssociationTypeAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 1</Abbreviation>
  <AssociationTypeName>sample string 2</AssociationTypeName>
  <IsDefault>true</IsDefault>
</AssociationTypeAdd>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



AssociationType

Name

Description

Type

Additional Information

Abbreviation

Abbreviated AssociationType name

string

AddDate

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

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

AssociationTypeName

AssociationType name

string

Id

The unique ID for this object.

integer

IsDefault

Indicates this is the default AssociationType for reporting purposes

boolean

IsDeleted

Indicates the AssociationType has been deleted

boolean

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

The Hateoas links related to this issuer

Collection of Link




Response Body Formats



application/json, text/json

Sample:
{
  "abbreviation": "sample string 1",
  "id": 2,
  "associationTypeName": "sample string 3",
  "isDefault": true,
  "isDeleted": true,
  "addDate": "2024-10-08T05:31:23.9642719-05:00",
  "addId": "sample string 8",
  "addNode": "sample string 9",
  "lastChangeDate": "2024-10-08T05:31:23.9642719-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:
<AssociationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 1</Abbreviation>
  <AddDate>2024-10-08T05:31:23.9642719-05:00</AddDate>
  <AddId>sample string 8</AddId>
  <AddNode>sample string 9</AddNode>
  <AssociationTypeName>sample string 3</AssociationTypeName>
  <Id>2</Id>
  <IsDefault>true</IsDefault>
  <IsDeleted>true</IsDeleted>
  <LastChangeDate>2024-10-08T05:31:23.9642719-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>
</AssociationType>



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.