POST Asset/{assetId}/Archive/{endDate}
Archive an Asset.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetId |
The id of the asset |
integer |
Required |
endDate |
The date of the archive action |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
A bool
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>