Update rate limit with WSO ID of {rateLimitId} for facility with WSO ID of {id}.
https://services.wsoweb.com/
Limit
The limit value
decimal number
Limit cannot be negative
IncludeSpreadAdjustment
boolean
There are no limitations specified.
id
WSO ID of facility
integer
Required
rateLimitId
WSO ID of rate limit
integer
Required
{ "limit": 1.1, "limitType": "Cap", "rateType": "All_InRate", "includeSpreadAdjustment": true }
<RateLimitUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <IncludeSpreadAdjustment>true</IncludeSpreadAdjustment> <Limit>1.1</Limit> <LimitType>Cap</LimitType> <RateType>All_InRate</RateType> </RateLimitUpdate>
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>