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.