Export Receivable Billing History Extract Without Callback

Let's consider this extract generation scenario for your receivables billing history:

Requirement Description
Data High volume of receivables billing history
Frequency Daily
Source Oracle Receivables Cloud
Target Third party application

Example Request GetDocumentIdsForFilePrefix

Here's an example of the request body:

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations?finder=DocumentIdsByFilePrefixRF;filePrefix=ExportBulkData_ReceivablesBillingHistoryExtract_186622,docAccount=%23NULL,comment=%23NULL

Example Response GetDocumentIdsForFilePrefix

Here's an example of the response body:

{
    "items": [
        {
            "OperationName": "getDocumentIdsForFilePrefix",
            "DocumentId": "233799",
            "DocumentContent": null,
            "FileName": "ExportBulkData_ReceivablesBillingHistoryExtract_186622",
            "ContentType": null,
            "FileType": null,
            "DocumentAccount": "#NULL",
            "Comments": "#NULL",
            "ProcessName": null,
            "LoadRequestId": null,
            "JobPackageName": null,
            "JobDefName": null,
            "ReqstId": null,
            "RequestStatus": null,
            "JobName": null,
            "ParameterList": null,
            "NotificationCode": null,
            "CallbackURL": null,
            "JobOptions": null,
            "StatusCode": null,
            "ESSParameters": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations/getDocumentIdsForFilePrefix",
                    "name": "erpintegrations",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations/getDocumentIdsForFilePrefix",
                    "name": "erpintegrations",
                    "kind": "item"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations",
            "name": "erpintegrations",
            "kind": "collection"
        }
    ]
}