POST api/AssetAttribute?clientID={clientID}&assetID={assetID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
|
assetID | globally unique identifier |
Required |
Body Parameters
Collection of CustomAssetAttributeName | Description | Type | Additional information |
---|---|---|---|
ClientAssetAttributeValuesID | globally unique identifier |
None. |
|
AssetID | globally unique identifier |
None. |
|
AssetName | string |
None. |
|
ClientDomainAttributeID | globally unique identifier |
None. |
|
AttributeKey | string |
None. |
|
AttributeValue | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ClientAssetAttributeValuesID": "e09dfc05-2162-4f47-a46c-ad88d9189b1c", "AssetID": "ea09571e-7f65-413a-8946-11ebf397fc47", "AssetName": "sample string 3", "ClientDomainAttributeID": "961e61de-cb48-4336-b901-f24df9497c31", "AttributeKey": "sample string 5", "AttributeValue": "sample string 6" }, { "ClientAssetAttributeValuesID": "e09dfc05-2162-4f47-a46c-ad88d9189b1c", "AssetID": "ea09571e-7f65-413a-8946-11ebf397fc47", "AssetName": "sample string 3", "ClientDomainAttributeID": "961e61de-cb48-4336-b901-f24df9497c31", "AttributeKey": "sample string 5", "AttributeValue": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomAssetAttribute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomAssetAttribute> <AssetID>ea09571e-7f65-413a-8946-11ebf397fc47</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>e09dfc05-2162-4f47-a46c-ad88d9189b1c</ClientAssetAttributeValuesID> <ClientDomainAttributeID>961e61de-cb48-4336-b901-f24df9497c31</ClientDomainAttributeID> </CustomAssetAttribute> <CustomAssetAttribute> <AssetID>ea09571e-7f65-413a-8946-11ebf397fc47</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>e09dfc05-2162-4f47-a46c-ad88d9189b1c</ClientAssetAttributeValuesID> <ClientDomainAttributeID>961e61de-cb48-4336-b901-f24df9497c31</ClientDomainAttributeID> </CustomAssetAttribute> </ArrayOfCustomAssetAttribute>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.