Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 general forum
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"
        }

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 9th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,277 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,135 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans