PUT api/Assets/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
CustomAssetName | Description | Type | Additional information |
---|---|---|---|
AssetID | globally unique identifier |
None. |
|
AssetName | string |
None. |
|
AssetDescription | string |
None. |
|
ClientId | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
EntityID | globally unique identifier |
None. |
|
EntityName | string |
None. |
|
ContainerID | globally unique identifier |
None. |
|
ContainerName | string |
None. |
|
IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssetID": "ae3c1a9f-f1dc-4b78-a63c-8670163cbfaa", "AssetName": "sample string 2", "AssetDescription": "sample string 3", "ClientId": "858b9f02-3cd6-4590-9ddc-6cbde823e720", "ClientName": "sample string 5", "EntityID": "a8321077-f8f7-419f-a722-b0407f9db4eb", "EntityName": "sample string 7", "ContainerID": "9a60c95b-df59-49b3-b506-aab620f7e9de", "ContainerName": "sample string 9", "IsActive": true }
application/xml, text/xml
Sample:
<CustomAsset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssetDescription>sample string 3</AssetDescription> <AssetID>ae3c1a9f-f1dc-4b78-a63c-8670163cbfaa</AssetID> <AssetName>sample string 2</AssetName> <ClientId>858b9f02-3cd6-4590-9ddc-6cbde823e720</ClientId> <ClientName>sample string 5</ClientName> <ContainerID>9a60c95b-df59-49b3-b506-aab620f7e9de</ContainerID> <ContainerName>sample string 9</ContainerName> <EntityID>a8321077-f8f7-419f-a722-b0407f9db4eb</EntityID> <EntityName>sample string 7</EntityName> <IsActive>true</IsActive> </CustomAsset>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.