IB asset creation with REST API
Summary
IB asset creation with REST APIContent
Hi All,
If I use deprecated customer asset API (/fscmRestApi/resources/latest/customerAssets) to create an asset with the following payload, IB asset can be created successfully.
{
"AssetNumber": "FIT3000-AL2",
"Description": "FIT 3000 Cardio-Fitness Machine",
"CustomerId": 300000177639444,
"CustomerAccountId": 300000177639446,
"CustomerAccountSiteUseId": 300000177639450,
"ItemId": 300000180336424,
"ItemOrganizationId": 300000047274441,
"Quantity": 1,
"ShipmentDate": "2020-03-04T02:13:03+00:00",
"UpdateContractFlag": "Y"
}
If I use IB asset API (/fscmRestApi/resources/latest/installedBaseAssets) to create an asset with the same payload as above, IB asset creation is always failed with the following error,
##########
##########
Any idea what's missing in the payload I used for installedBaseAssets API?