POST v1/ABS/{id}/Attributables

Description

Add a attributable for ABS with a WSO ID of {id}

Base Url

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


Rest Call Syntax


POST SecurityMaster/v1/ABS/{id}/Attributables

POST SecurityMaster/v1/ABS/{id}/Attributables

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



AttributableAdd

Name

Description

Type

Additional Information

AttributableValueId

A pointer to the attributable that applies to the period and asset defined by this record

integer

Required

EndDate

The date that the attributable is no longer applicable

date

Required

IsAtIssuance

The flag indicating if the PercentValue currently equals the amount at the original issuance of the asset

boolean

Required

PercentValue

The percentage value of the attributable

decimal number

Required

StartDate

The date for which the attributable entry starts to be valid

date

Required




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of ABS

integer

Required



Request body formats


application/json, text/json

Sample:
{
  "attributableValueId": 1,
  "percentValue": 3.1,
  "startDate": "2024-10-08T00:00:00-05:00",
  "endDate": "2024-10-08T00:00:00-05:00",
  "isAtIssuance": true
}

application/xml, text/xml

Sample:
<AttributableAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AttributableValueId>1</AttributableValueId>
  <EndDate>2024-10-08T00:00:00-05:00</EndDate>
  <IsAtIssuance>true</IsAtIssuance>
  <PercentValue>3.1</PercentValue>
  <StartDate>2024-10-08T00:00:00-05:00</StartDate>
</AttributableAdd>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



Attributable

Name

Description

Type

Additional Information

AttributableType

Gets or sets the name of the attributable type.

string

AttributableTypeId

The WSO ID for the attributable type

integer

AttributableValue

Gets or sets the name of the attributable value.

string

AttributableValueId

The pointer to the attributable value that applies to the period and asset defined by this attributable

integer

EndDate

The date that the attributable is no longer applicable

date

Id

The WSO ID associated with this attributable

integer

IsAtIssuance

The flag indicating if the PercentValue currently equals the amount at the original issuance of the asset

boolean

Links

The Hateoas links to dividend operations

Collection of Link

PercentValue

The percentage value of the attributable

decimal number

StartDate

The date for which the attributable entry starts to be valid

date




Response Body Formats



application/json, text/json

Sample:
{
  "id": 1,
  "attributableTypeId": 3,
  "attributableType": "sample string 4",
  "attributableValueId": 5,
  "attributableValue": "sample string 6",
  "endDate": "2024-10-08T05:39:11.9225753-05:00",
  "isAtIssuance": true,
  "percentValue": 9.1,
  "startDate": "2024-10-08T05:39:11.9225753-05:00",
  "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:
<Attributable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1">
  <AttributableType>sample string 4</AttributableType>
  <AttributableTypeId>3</AttributableTypeId>
  <AttributableValue>sample string 6</AttributableValue>
  <AttributableValueId>5</AttributableValueId>
  <EndDate>2024-10-08T05:39:11.9225753-05:00</EndDate>
  <Id>1</Id>
  <IsAtIssuance>true</IsAtIssuance>
  <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>
  <PercentValue>9.1</PercentValue>
  <StartDate>2024-10-08T05:39:11.9225753-05:00</StartDate>
</Attributable>



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.