Retrieve list of rate options for facility with a WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO ID of facility
integer
Required
{ "items": [ { "id": 1, "facilityId": 2, "facilityRateOptionName": "sample string 3", "behavior": "LIBOR", "baseRateInterestMethod": "Unassigned", "baseRateCompoundMethod": "Unassigned", "skimInterestEnabled": true, "aalSpread": 5.1, "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": 1, "facilityId": 2, "facilityRateOptionName": "sample string 3", "behavior": "LIBOR", "baseRateInterestMethod": "Unassigned", "baseRateCompoundMethod": "Unassigned", "skimInterestEnabled": true, "aalSpread": 5.1, "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" } ] } ], "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" } ] }
<NonPagedListOfFacilityRateOptionListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <d2p1:FacilityRateOptionListItem> <d2p1:AALSpread>5.1</d2p1:AALSpread> <d2p1:BaseRateCompoundMethod>Unassigned</d2p1:BaseRateCompoundMethod> <d2p1:BaseRateInterestMethod>Unassigned</d2p1:BaseRateInterestMethod> <d2p1:Behavior>LIBOR</d2p1:Behavior> <d2p1:FacilityId>2</d2p1:FacilityId> <d2p1:FacilityRateOptionName>sample string 3</d2p1:FacilityRateOptionName> <d2p1:Id>1</d2p1:Id> <d2p1: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> </d2p1:Links> <d2p1:SkimInterestEnabled>true</d2p1:SkimInterestEnabled> </d2p1:FacilityRateOptionListItem> <d2p1:FacilityRateOptionListItem> <d2p1:AALSpread>5.1</d2p1:AALSpread> <d2p1:BaseRateCompoundMethod>Unassigned</d2p1:BaseRateCompoundMethod> <d2p1:BaseRateInterestMethod>Unassigned</d2p1:BaseRateInterestMethod> <d2p1:Behavior>LIBOR</d2p1:Behavior> <d2p1:FacilityId>2</d2p1:FacilityId> <d2p1:FacilityRateOptionName>sample string 3</d2p1:FacilityRateOptionName> <d2p1:Id>1</d2p1:Id> <d2p1: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> </d2p1:Links> <d2p1:SkimInterestEnabled>true</d2p1:SkimInterestEnabled> </d2p1:FacilityRateOptionListItem> </Items> <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> </NonPagedListOfFacilityRateOptionListItem>