Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Answered

Integrating Product Master data - Product Dimensions \ Config

Posted on by 125
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.
 
 
  • Verified answer
    Michael Hutcheson Profile Picture
    Michael Hutcheson 125 on at
    Integrating Product Master data - Product Dimensions \ Config
    I got this working.
     
    Its a POST:
     
    {{resource}}/data/ProductMasterConfigurations
     
    Then in the body:
     
       {
        "ProductMasterNumber": "001234",
        "ProductConfigurationId": "ABC"
        }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans