1.2.1 Collateral Bulk Utilization - Request / Response

This topic describes about the sample request / response for the consumer service Bulk Utilization upload and processing for collaterals.

1. ELCM_BULK_UPLOAD_SERVICE

Request/Response

SERVICE-CONSUMER = “ELCM_OBRL”

SERVICE-CONSUMER-SERVICE=” ELCM_BULK_UPLOAD_SERVICE”

Request

{
    "headers": {
        "branchCode": "BK1",
        "userBranch": "B01",
        "appId": " OBELCMCOLLAT",
        "entityId": "DEFAULTENTITY",
        "source": "OBRL",
        "userId": "OBELCMUSER1",
        "entity": "DEFAULTENTITY",
        "Content-Type": "multipart/form-data"
    },
    "body": {
        "file": [
            {
                "fileName": "DECREASEBULKUTIL_08-01-2024113013.txt",
                "file": "file_0",
                "index": 0,
                "type": "FILE"
            }
        ]
    },
    "httpMethod": "POST",
    "url": "http://ofss-mum-5426.snbomprshared2.gbucdsint02bom.oraclevcn.com:8032/ obelcm-collaterals-utilization-services/service/v14.8.1.0.0/uploadService/fileUpload"
}

Response

{
    "headers": {
        "Transfer-Encoding": [
            "chunked"
        ],
        "Access-Control-Allow-Origin": [
            ""
        ],
        "Access-Control-Allow-Credentials": [
            "true"
        ],
        "Access-Control-Allow-Methods": [
            "GET, POST, PUT, DELETE, OPTIONS, HEAD, PATCH"
        ],
        "X-ORACLE-DMS-ECID": [
            "ef209128-a6e3-4797-99db-ff2690b7e251-000024c7"
        ],
        "HttpResponseCode": 201,
        "msgId": [
            ""
        ],
        "X-ORACLE-DMS-RID": [
            "0"
        ],
        "Access-Control-Allow-Headers": [
            ""
        ],
        "Date": [
            "Wed, 18 Mar 2026 11:30:14 GMT"
        ],
        "Content-Type": [
            "application/json"
        ]
    },
    "body": {
        "data": {
            "fileRefNo": 1342,
            "fileName": "DECREASEBULKUTIL_08-01-2024113013.txt",
            "fileUploadDate": 1705363200000,
            "fileStatus": "U",
            "utilsErrorLog": [],
            "keyId": "",
            "keyValue": ""
        },
        "warnings": [],
        "paging": "",
        "errors": [],
        "informations": [
            {
                "informationCode": "GI-PRS-023",
                "informationMessage": "File Uploaded Successfully"
            }
        ]
    },
    "httpMethod": "POST",
    "httpCode": 201,
    "url": "http://ofss-mum-5426.snbomprshared2.gbucdsint02bom.oraclevcn.com:8032/ obelcm-collaterals-utilization-services/service/v14.8.1.0.0/uploadService/fileUpload"
}

2. ELCM_BULK_PROCESS_FILE_UPLOAD_SERVICE

Request/Response

SERVICE-CONSUMER = “ELCM_OBRL”

SERVICE-CONSUMER-SERVICE=” ELCM_BULK_PROCESS_FILE_UPLOAD_SERVICE”

Request

{
    "headers": {
        "branchCode": "BK1",
        "appId": " OBELCMCOLLAT",
        "entityId": "DEFAULTENTITY",
        "userId": "OBELCMUSER1",
        "Content-Type": "application/json"
    },
    "body": {},
    "httpMethod": "POST",
    "url": "http://ofss-mum-5426.snbomprshared2.gbucdsint02bom.oraclevcn.com:8032/ obelcm-collaterals-utilization-services /service/v14.8.1.0.0/uploadService/processFileUpload"
}

Response

{
    "headers": {
        "Transfer-Encoding": [
            "chunked"
        ],
        "Access-Control-Allow-Origin": [
            ""
        ],
        "Access-Control-Allow-Credentials": [
            "true"
        ],
        "Access-Control-Allow-Methods": [
            "GET, POST, PUT, DELETE, OPTIONS, HEAD, PATCH"
        ],
        "X-ORACLE-DMS-ECID": [
            "7ffee8a5-1d7f-4e8c-b32d-2e8f81298b69-00001b87"
        ],
        "HttpResponseCode": 201,
        "msgId": [
            ""
        ],
        "X-ORACLE-DMS-RID": [
            "0"
        ],
        "Access-Control-Allow-Headers": [
            ""
        ],
        "Date": [
            "Fri, 20 Mar 2026 10:26:32 GMT"
        ],
        "Content-Type": [
            "application/json"
        ]
    },
    "body": {
        "warnings": [],
        "paging": "",
        "errors": [],
        "informations": []
    },
    "httpMethod": "POST",
    "httpCode": 201,
    "url": "http://ofss-mum-5426.snbomprshared2.gbucdsint02bom.oraclevcn.com:8032/ obelcm-collaterals-utilization-services service/v14.8.1.0.0/uploadService/processFileUpload"
}