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": "f3047fd7-e4db-4915-8fd7-550684ee0c53", "AssetName": "sample string 2", "AssetDescription": "sample string 3", "ClientId": "e848f8ac-7ad5-49bf-b5e0-e7b3877ca04a", "ClientName": "sample string 5", "EntityID": "63682223-8ab7-441e-88be-bb7e07b764a6", "EntityName": "sample string 7", "ContainerID": "fcaf992d-83ec-4f8a-b27d-485da101857d", "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>f3047fd7-e4db-4915-8fd7-550684ee0c53</AssetID> <AssetName>sample string 2</AssetName> <ClientId>e848f8ac-7ad5-49bf-b5e0-e7b3877ca04a</ClientId> <ClientName>sample string 5</ClientName> <ContainerID>fcaf992d-83ec-4f8a-b27d-485da101857d</ContainerID> <ContainerName>sample string 9</ContainerName> <EntityID>63682223-8ab7-441e-88be-bb7e07b764a6</EntityID> <EntityName>sample string 7</EntityName> <IsActive>true</IsActive> </CustomAsset>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.