Add a asset limit item for facility with a WSO ID of {id}
https://services.wsoweb.com/
LimitType
Indicates the type of the asset limit. Possible values are defined in the enum.
Required
StartDate
The start date of the limit.
date
Required
Amount
The amount of the limit.
decimal number
ReferenceAmount
The reference amount of the limit.
decimal number
There are no limitations specified.
id
WSO ID of facility
integer
Required
{ "amount": 2.0, "referenceAmount": 3.0, "limitType": "None", "startDate": "2024-11-23T01:48:05.8567494-06:00" }
<AssetLimitAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Amount>2</Amount> <LimitType>None</LimitType> <ReferenceAmount>3</ReferenceAmount> <StartDate>2024-11-23T01:48:05.8567494-06:00</StartDate> </AssetLimitAdd>
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:48:05.8567494-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:48:05.8567494-06:00</StartDate> </AssetLimit>