You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Adding Attachment to Trading Partner Item

edited Dec 25, 2024 3:18AM in Product Development 2 comments

Summary:

Dear All,

I am trying to add an attachment to a trading partner item using the below payload:

Payload Request:

{    "DatatypeCode": "FILE",    "FileName": "TP1.png",    "DmFolderPath": null,    "Url": null,    "CategoryName": "IMAGE",    "Uri": null,    "FileUrl":"C:/Users/AnilKumarAllada/Downloads/TP1.png",    "UploadedText": null,    "UploadedFileContentType": "image/png",    "ContentRepositoryFileShared": "false",    "Title": "test",    "Description": "",    "ErrorStatusCode": null,    "ErrorStatusMessage": null}

The API returns a success response, but nothing happens from ERP cloud.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!