cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Add Related object to part using REST API

CM_10339207
5-Regular Member

Add Related object to part using REST API

I'm currently aware on how to create a Part and how to create a Document using the REST API. I'm currently on V11M30. What I need to reproduce using the API are the following steps. 

 

1- Check out the part

CM_10339207_0-1658982610167.png

 

2- Create a new Document with attachments 

CM_10339207_1-1658982727011.pngCM_10339207_2-1658982776726.png

  

3- Add the document to the part

CM_10339207_3-1658982908071.png

 

Using the REST API I know how to:

1- Check out the part

/ProdMgmt/Parts('WTPartID')/PTC.ProdMgmt.CheckOut

 

2- Create the document

/DocMgmt/Documents

 

3- Check out the document

/DocMgmt/Documents('WTDocumentID')/PTC.DocMgmt.CheckOut

 

4- Upload content from local file or URL to the new document (Attachments/Primary content)

5- Check in the document

6- Check in the part

 

What I don't know is how to relate the document to the part. This means that the document will be created, but it won't show up in the "Related Objects" section of the part.

 

 

0 REPLIES 0
Announcements

Top Tags