Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

eSignature - Reference record for the attribute _test_Signature_esig_file_attachment does not exist

We are using below eSignature - Send Request API, to send the document for e-Signature in Oracle CPQ Cloud
API:
/rest/v13/commerceDocuments{ProcessVarName}{MainDocVarName}/(_id}/actions/_action_esig_send
We are providing the below parameters in the request body
Request Body:
{
"esigAttrSetVarName": "test_Signature_esig_set",
"documents": {
"_test_Signature_esig_recipients": "Avinash Sharma<avinash.sharma.v.m@accenture.com>;",
"_test_Signature_esig_file_attachment": {
"fileID": 39348447,
"fileType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"isFileSaved": false,
"fileName": "Document.docx"
}
}
}
When we are calling this API with the file attachment attribute ( _test_Signature_esig_file_attachment) it is giving below error in the response body.
"Reference record for the attribute _test_Signature_esig_file_attachment does not exist"

Comments
Post Details
Added on Nov 11 2021
0 comments
174 views