Update spread history item with WSO ID of {spreadHistoryId} for facility with WSO ID of {id}.
https://services.wsoweb.com/
FacilityRateOptionId
The WSO ID of the spread name
integer
Required
AALSpread
The AAL spread value
decimal number
EndDate
The end date for the spread history range
date
Spread
The spread value
decimal number
StartDate
The start date of the spread history range
date
There are no limitations specified.
id
WSO ID of facility
integer
Required
spreadHistoryId
WSO ID of spread history item
integer
Required
{ "endDate": "2024-11-23T01:25:50.8490125-06:00", "facilityRateOptionId": 2, "spread": 3.1, "startDate": "2024-11-23T01:25:50.8490125-06:00", "aalSpread": 5.1 }
<SpreadHistoryUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <AALSpread>5.1</AALSpread> <EndDate>2024-11-23T01:25:50.8490125-06:00</EndDate> <FacilityRateOptionId>2</FacilityRateOptionId> <Spread>3.1</Spread> <StartDate>2024-11-23T01:25:50.8490125-06:00</StartDate> </SpreadHistoryUpdate>
Sample not available.
EndDate
The end date of the spread history range
date
FacilitySpreadName
A description of the spread
string
Id
The WSO ID for this object
integer
Spread
The value of the spread
decimal number
StartDate
The start date of the spread history range
date
{ "endDate": "2024-11-23T01:25:50.865374-06:00", "id": 4, "facilitySpreadName": "sample string 5", "spread": 6.1, "startDate": "2024-11-23T01:25:50.865374-06: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" } ] }
<SpreadHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <EndDate>2024-11-23T01:25:50.865374-06:00</EndDate> <FacilitySpreadName>sample string 5</FacilitySpreadName> <Id>4</Id> <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> <Spread>6.1</Spread> <StartDate>2024-11-23T01:25:50.865374-06:00</StartDate> </SpreadHistory>