Retrieve list of rate limits 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": 2, "limit": 3.1, "limitType": "Cap", "facilityRateOptionId": 4, "rateType": "All_InRate", "includeSpreadAdjustment": true, "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": 2, "limit": 3.1, "limitType": "Cap", "facilityRateOptionId": 4, "rateType": "All_InRate", "includeSpreadAdjustment": true, "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" } ] }
<NonPagedListOfRateLimitListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Items> <RateLimitListItem> <FacilityRateOptionId>4</FacilityRateOptionId> <Id>2</Id> <IncludeSpreadAdjustment>true</IncludeSpreadAdjustment> <Limit>3.1</Limit> <LimitType>Cap</LimitType> <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> <RateType>All_InRate</RateType> </RateLimitListItem> <RateLimitListItem> <FacilityRateOptionId>4</FacilityRateOptionId> <Id>2</Id> <IncludeSpreadAdjustment>true</IncludeSpreadAdjustment> <Limit>3.1</Limit> <LimitType>Cap</LimitType> <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> <RateType>All_InRate</RateType> </RateLimitListItem> </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> </NonPagedListOfRateLimitListItem>