Add a rate limit for facility with a WSO ID of {id}
https://services.wsoweb.com/
FacilityRateOptionId
The rate option listed by WSO ID
integer
Rate Option must exist on the Facility
Limit
The value of the rate limit
decimal number
Limit cannot be negative
IncludeSpreadAdjustment
Include Spread Adjustment
boolean
There are no limitations specified.
id
WSO ID of facility
integer
Required
{ "limit": 1.1, "limitType": "Cap", "facilityRateOptionId": 2, "rateType": "All_InRate", "includeSpreadAdjustment": true }
<RateLimitAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <FacilityRateOptionId>2</FacilityRateOptionId> <IncludeSpreadAdjustment>true</IncludeSpreadAdjustment> <Limit>1.1</Limit> <LimitType>Cap</LimitType> <RateType>All_InRate</RateType> </RateLimitAdd>
Sample not available.
FacilityRateOptionId
The rate option listed by WSO ID
integer
Id
The WSO ID for the rate limit
integer
IncludeSpreadAdjustment
boolean
Limit
The limit for the rate limit
decimal number
{ "limit": 2.1, "limitType": "Cap", "facilityRateOptionId": 3, "id": 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" } ] }
<RateLimit xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <FacilityRateOptionId>3</FacilityRateOptionId> <Id>4</Id> <IncludeSpreadAdjustment>true</IncludeSpreadAdjustment> <Limit>2.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> </RateLimit>