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": "652f0550-d870-4377-8716-39e6e95bda11", "AssetID": "f66c7859-69b6-4222-aa10-6c1d96f0a1a4", "AssetName": "sample string 3", "ClientDomainAttributeID": "15e097e8-36d5-4c1e-92a4-da89bc03e298", "AttributeKey": "sample string 5", "AttributeValue": "sample string 6" }, { "ClientAssetAttributeValuesID": "652f0550-d870-4377-8716-39e6e95bda11", "AssetID": "f66c7859-69b6-4222-aa10-6c1d96f0a1a4", "AssetName": "sample string 3", "ClientDomainAttributeID": "15e097e8-36d5-4c1e-92a4-da89bc03e298", "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>f66c7859-69b6-4222-aa10-6c1d96f0a1a4</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>652f0550-d870-4377-8716-39e6e95bda11</ClientAssetAttributeValuesID> <ClientDomainAttributeID>15e097e8-36d5-4c1e-92a4-da89bc03e298</ClientDomainAttributeID> </CustomAssetAttribute> <CustomAssetAttribute> <AssetID>f66c7859-69b6-4222-aa10-6c1d96f0a1a4</AssetID> <AssetName>sample string 3</AssetName> <AttributeKey>sample string 5</AttributeKey> <AttributeValue>sample string 6</AttributeValue> <ClientAssetAttributeValuesID>652f0550-d870-4377-8716-39e6e95bda11</ClientAssetAttributeValuesID> <ClientDomainAttributeID>15e097e8-36d5-4c1e-92a4-da89bc03e298</ClientDomainAttributeID> </CustomAssetAttribute> </ArrayOfCustomAssetAttribute>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.