Add a coupon rate schedule for a ABS with a WSO ID of {id}.
https://services.wsoweb.com/
EndDate
The end date of this rate
date
Required
StartDate
The start date of this rate - should match the end date of the previous rate
date
Required
AllInRate
The all-in rate - should be the sum of the Base Rate and the Spread
decimal number
BaseRate
The base rate
decimal number
Spread
The spread rate
decimal number
SpreadAdjustment
The spread adjustment rate
decimal number
There are no limitations specified.
id
The WSO ID of ABS
integer
Required
{ "endDate": "2024-11-23T00:00:00-06:00", "startDate": "2024-11-23T00:00:00-06:00", "baseRate": 1.1, "allInRate": 1.1, "spread": 1.1, "spreadAdjustment": 1.1 }
<CouponRateAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AllInRate>1.1</AllInRate> <BaseRate>1.1</BaseRate> <EndDate>2024-11-23T00:00:00-06:00</EndDate> <Spread>1.1</Spread> <SpreadAdjustment>1.1</SpreadAdjustment> <StartDate>2024-11-23T00:00:00-06:00</StartDate> </CouponRateAdd>
Sample not available.
AddDate
Gets or sets the date that the coupon was created.
date
AddId
Gets or sets the name of the user who added the coupon.
string
AddNode
Gets or sets the name of the machine that added the coupon.
string
AllInRate
The all-in rate - should be the sum of the Base Rate and the Spread
decimal number
BaseRate
The base rate
decimal number
EndDate
The end date of this rate
date
Id
The WSO ID of the coupon rate schedule item
integer
LastChangeDate
Gets or sets the date of the last change to the coupon.
date
LastChangeId
Gets or sets the name of the user that last made changes to the coupon.
string
LastChangeNode
Gets or sets the name of the machine that last made changes to the coupon.
string
Spread
The spread rate
decimal number
SpreadAdjustment
The spread adjustment rate
decimal number
StartDate
The start date of this rate - should match the end date of the previous rate
date
{ "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" } ], "id": 3, "endDate": "2024-11-23T01:49:25.3969162-06:00", "startDate": "2024-11-23T01:49:25.3969162-06:00", "baseRate": 1.1, "allInRate": 1.1, "spread": 1.1, "spreadAdjustment": 1.1, "addId": "sample string 4", "addNode": "sample string 5", "addDate": "2024-11-23T01:49:25.3969162-06:00", "lastChangeId": "sample string 7", "lastChangeNode": "sample string 8", "lastChangeDate": "2024-11-23T01:49:25.3969162-06:00" }
<AbsCouponRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AddDate>2024-11-23T01:49:25.3969162-06:00</AddDate> <AddId>sample string 4</AddId> <AddNode>sample string 5</AddNode> <AllInRate>1.1</AllInRate> <BaseRate>1.1</BaseRate> <EndDate>2024-11-23T01:49:25.3969162-06:00</EndDate> <Id>3</Id> <LastChangeDate>2024-11-23T01:49:25.3969162-06:00</LastChangeDate> <LastChangeId>sample string 7</LastChangeId> <LastChangeNode>sample string 8</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> <Spread>1.1</Spread> <SpreadAdjustment>1.1</SpreadAdjustment> <StartDate>2024-11-23T01:49:25.3969162-06:00</StartDate> </AbsCouponRate>