Customer Signature Details Not Fetched By CustSignImages - Rest Service
(Doc ID 3028550.1)
Last updated on JULY 01, 2024
Applies to:
Oracle FLEXCUBE Universal Banking - Version 14.7.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
----------------------
User is not getting the Customer signature details while hitting the below endpoint. We can see only customer no in the swagger mocked response.
Swagger : https://<IP:Port>/CustSignImagesService/swagger.json
Endpoint : https://<IP:Port>/CustSignImagesService/CustSignImages/QueryCustSignImge/custno/{CUST_NO}
Swagger Mocked response :
{
"sttmcustomer": {
"custno": "string"
},
"fcubsWarningResp": {
"warning": [
{
"wcode": "string",
"wdesc": "string"
}
]
}
}
EXPECTED BEHAVIOR
--------------------------
Signature details should be fetched.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |