Create and Build

Creates and builds a dataset containing the Oracle Insurance Gateway configuration in the source environment.

Request

POST http://<host>:<port>/<context-root>/dataexchange/createandexport/datasetdefinition/GATEWAY_CONFIGURATION/dataset

{
    "code": "FULL_OIG_MASTER_322100_1",
    "description": "Full Migration Set"
}

Content-Type: application/json
Accept: */*

Response

Returns HTTP status codes as mentioned in the Building a Migration Set page. Successful creation of the data set returns a 200 OK response.

Wait for Notification

Once the build process completes, the system delivers a notification to a pre-configured endpoint in the following format:

<buildDataSetResponse xmlns="http://healthinsurance.oracle.com/datasetoperations/v2" xmlns:ns0="http://healthinsurance.oracle.com/datatypes">
    <resultMessages result="S"/>
</buildDataSetResponse>