Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

REST API Query Attachement

Dear Team,

I'm trying to call a custom workflow through REST Bustiness Service which query attachment and return the response to the Rest API business service. but in the response the attachment buffer is missing

Request:

{

"body":

{

"Category": "Istimara",

"ContractNumber": "1200800005",

"SubCategory": "Istimara Copy"


}

}


Response:

{

 "Error Code": "",

 "SR Number": "SR-2010180007",

 "Error Message": "",

 "SiebelMessage": {

  "IntObjectFormat": "Siebel Hierarchical",

  "MessageId": "1-79ZEX",

  "IntObjectName": "OpportunityAttachementQuery",

  "MessageType": "Integration Object",

  "Opportunity": {

   "Name": "1200800005",

   "Integration Id": "",

   "Opportunity Attachment": {

    "OpptyFileName": "رخصة سير",

    "Attachment Classification": "Istemarah",

    "OpptyFileExt": "pdf",

    "Oppty Id": "1-GUP5VE",

    "FileBuffer": "",

    "Oppty Attachment Id": "1-79ZEY"

   }

  },

  "Attachments": {

   "Document": {

    "AttachmentIsTextData": "false",

    "ContentId": "1-79ZEY",

    "Extension": "pdf"

   }

  }

 }

}

Can you advice me how to fix this issue.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center