REST Payload for Asset Relationship Creation
Summary
request payloadContent
Hi,
I'd like to create asset relationship with REST API. Here is the end point I am using,
If I use this request payload,
{
"AssetId": 300000003931077,
"ItemNumber": "PANEL SW V2"
}
I got this error -
The value provided for the attribute AssetId is invalid. Value provided is {ATTRIBUTE_VALUE
}. (CSE-2340141)
If I use this request payload,
{
"ItemNumber": "PANEL SW V2"
}
I got this error -
Attribute ItemNumber in view object AssetEO_AssetRelationship_InstalledBaseAssetVOToAssetRelationshipVO_AssetRelationshipVO cannot be set.
Any idea how to fix the error?
Thanks,
Adam
Adam
Version
21A0