Hi,
I'm looking at using API's to update Product Master info.
I'm using postman and can update fields like the description etc, but how do I update the configurations for a Product Master?
I've tried a PATCH calling the below:
{{resource}}/data/ProductMasters(ProductNumber='001234')
Then in the body:
{
/ProductMasterConfigurations/: /001/
}
But this gives an error:
/message/: /The property 'PRODUCTCONFIGURATIONID' does not exist on type 'Microsoft.Dynamics.DataEntities.ProductMaster'. Make sure to only use property names that are defined by the type./,
How do I update the Configuration? I cannot seem to find any documentation about this specifically.
Thanks.