Update asset limit item with WSO ID of {assetLimitId} for facility with WSO ID of {id}.
https://services.wsoweb.com/
Amount
The amount of the limit.
decimal number
LimitType
Indicates the type of the asset limit. Possible values are defined in the enum.
ReferenceAmount
The reference amount of the limit.
decimal number
StartDate
The start date of the limit.
date
There are no limitations specified.
assetLimitId
WSO ID of asset limit
integer
Required
id
WSO ID of facility
integer
Required
{ "amount": 3.0, "referenceAmount": 4.0, "limitType": "None", "startDate": "2024-11-23T01:25:57.1258691-06:00" }
<AssetLimitUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Amount>3</Amount> <LimitType>None</LimitType> <ReferenceAmount>4</ReferenceAmount> <StartDate>2024-11-23T01:25:57.1258691-06:00</StartDate> </AssetLimitUpdate>
Sample not available.
Amount
The amount of the limit.
decimal number
AssetId
Asset that the limit is applied to.
integer
Id
The unique ID for this object.
integer
LimitType
Indicates the type of the asset limit. Possible values are defined in the enum.
ReferenceAmount
The reference amount of the limit.
decimal number
StartDate
The start date of the limit.
date
{ "id": 1, "assetId": 2, "amount": 3.0, "referenceAmount": 4.0, "limitType": "None", "startDate": "2024-11-23T01:25:57.1258691-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" } ] }
<AssetLimit xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Amount>3</Amount> <AssetId>2</AssetId> <Id>1</Id> <LimitType>None</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> <ReferenceAmount>4</ReferenceAmount> <StartDate>2024-11-23T01:25:57.1258691-06:00</StartDate> </AssetLimit>