PUT v1/Associations/{id}/Values/{associationValueId}

Description

Update association value with WSO ID of {associationValueId} for association type with WSO ID of {id}.

Base Url

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


Rest Call Syntax


PUT SecurityMaster/v1/Associations/{id}/Values/{associationValueId}

PUT SecurityMaster/v1/Associations/{id}/Values/{associationValueId}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



AssociationValueUpdate

Name

Description

Type

Additional Information

Abbreviation

Gets or sets the abbreviation of the association.

string

AssociationValueName

Gets or sets the name of the association.

string

EndDate

The end of date of the association

date

StartDate

The start of date of the association

date

UpdateAssociationDetailDateRange

Gets or sets the abbreviation of the association.

boolean




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

associationValueId

WSO ID of association value

integer

Required

id

WSO ID of association type

integer

Required



Request body formats


application/json, text/json

Sample:
{
  "associationValueName": "sample string 3",
  "abbreviation": "sample string 4",
  "updateAssociationDetailDateRange": true,
  "startDate": "2024-10-08T11:36:13.3479035+01:00",
  "endDate": "2024-10-08T11:36:13.3479035+01:00"
}

application/xml, text/xml

Sample:
<AssociationValueUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 4</Abbreviation>
  <AssociationValueName>sample string 3</AssociationValueName>
  <EndDate>2024-10-08T11:36:13.3479035+01:00</EndDate>
  <StartDate>2024-10-08T11:36:13.3479035+01:00</StartDate>
  <UpdateAssociationDetailDateRange>true</UpdateAssociationDetailDateRange>
</AssociationValueUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



AssociationValue

Name

Description

Type

Additional Information

Abbreviation

Abbreviated Association 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

AssociationType

The Hateoas Link to the parent AssociationType.

AssociationTypeId

The AssociationType ID for this object.

integer

AssociationValueName

Association name

string

EndDate

Date the Association ended

date

Id

The unique ID for this object.

integer

IsActive

Gets the status of the entity

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

StartDate

Date the Association started

date




Response Body Formats



application/json, text/json

Sample:
{
  "abbreviation": "sample string 1",
  "associationTypeId": 2,
  "associationValueName": "sample string 3",
  "id": 4,
  "startDate": "2024-10-08T11:36:13.3479035+01:00",
  "endDate": "2024-10-08T11:36:13.3479035+01:00",
  "isActive": true,
  "addDate": "2024-10-08T11:36:13.3479035+01:00",
  "addId": "sample string 8",
  "addNode": "sample string 9",
  "lastChangeDate": "2024-10-08T11:36:13.3479035+01:00",
  "lastChangeId": "sample string 11",
  "lastChangeNode": "sample string 12",
  "associationType": {
    "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:
<AssociationValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1">
  <Abbreviation>sample string 1</Abbreviation>
  <AddDate>2024-10-08T11:36:13.3479035+01:00</AddDate>
  <AddId>sample string 8</AddId>
  <AddNode>sample string 9</AddNode>
  <AssociationType>
    <Rel xmlns="">sample string 2</Rel>
    <Uri xmlns="">http://webapihelppage3.com/</Uri>
    <Verb xmlns="">sample string 1</Verb>
  </AssociationType>
  <AssociationTypeId>2</AssociationTypeId>
  <AssociationValueName>sample string 3</AssociationValueName>
  <EndDate>2024-10-08T11:36:13.3479035+01:00</EndDate>
  <Id>4</Id>
  <IsActive>true</IsActive>
  <LastChangeDate>2024-10-08T11:36:13.3479035+01:00</LastChangeDate>
  <LastChangeId>sample string 11</LastChangeId>
  <LastChangeNode>sample string 12</LastChangeNode>
  <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>
  <StartDate>2024-10-08T11:36:13.3479035+01:00</StartDate>
</AssociationValue>



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.