Create an export job
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob
Request
There are no request parameters for this operation.
- application/json
objectExportJobDiscriminator Values
-
@baseType: string
The base type of the export job.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type(required): string
The class type of the export job.
-
completionDate: string
(date-time)
The date and time when the export job completed.
-
contentType: string
The content type of the exported file.
-
creationDate: string
(date-time)
The date and time when the export job was created.
-
errorLog: string
The error log containing the failure reason for the export job.
-
href: string
The hyperlink reference to the export job.
-
id: integer
(int64)
The ID of the export job.
-
path: string
The path of the root resource used as the source for the export job.
-
query: string
Scopes the exported data.
-
status: string
Allowed Values:
[ "NOT_STARTED", "RUNNING", "SUCCEEDED", "FAILED", "COMPLETED", "ERROR", "BLOCKED", "READY", "CANCELLED", "CANCELLING" ]The status of the export job. -
url: string
The URL of the file that contains the exported data.
object-
createdBy: string
The name of the user who submitted the export job.
-
errorLogUrl: string
The URL of the error log.
-
exportOptions(required): object
ExportOptionsOracle
Title:
ExportOptionsOracleThe task that exports resources to a file. -
exportSummary: object
exportSummary
The summary of the export job.
objectExportOptionsOracle-
@baseType: string
The base type of the export option.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
The class type of the export option.
-
exportReferenced: boolean
Whether the export option has export referenced.
-
fileFormat: string
Allowed Values:
[ "CSV", "JSON" ]The file format associated with the export options. Valid values are CSV, and JSON. -
filenamePrefix: string
Maximum Length:
200The user defined optional file name prefix. -
filter: array
filter
A list of filters associated with the export option.
-
id: string
For a given resource type, this is the ID of the resource.
-
lastUpdate: object
TimePeriodOracle
Title:
TimePeriodOracleThe validity period of the related party. -
lifecycleStatus: string
The status of the export option.
-
name: string
For a given resource type, this is the name of the resource.
-
notificationUsers: array
notificationUsers
A list of notification users associated with the export option.
-
project: object
project
The project associated with the export options.
-
resourceType: array
resourceType
A list of resource types associated with the export option.
-
scheduleJob: object
ScheduleJobOracle
The schedule job resource.
object-
id: integer
(int64)
The ID of the export job.
-
message: string
Optional text that provides more details about the export summary.
-
resources: array
resources
A list of resources included in the export summary.
-
totalExportObjects: integer
The total number of exported objects.
array-
Array of:
object ExportFilterOracle
Title:
ExportFilterOracleThe export filter resource.
objectTimePeriodOracle-
endDateTime: string
(date-time)
The end date and time of the time period.
-
startDateTime: string
(date-time)
The start date and time of the time period.
arrayobject-
id: string
The ID of the export option.
-
name: string
The name of the export option.
array-
Array of:
string
Allowed Values:
[ "productRule", "package", "commercial_bundle", "service_bundle", "service", "device", "accessory", "productOffering", "productOfferingPrice", "priceplan", "productLine", "promotion", "policyRule", "pricingLogicAlgorithmSpecification", "balanceElement", "productSpecification", "serviceSpecification", "usageSpecification", "customerProfileSpecification", "pricelist", "customProfileSpecification", "taxServiceProvider", "catalog", "category", "entitlement", "priceTag" ]
object-
description: string
Indicates the description for the schedule.
-
endDateTime(required): string
(date-time)
The date and time when the schedule job ends.
-
name: string
The name of the schedule job.
-
recurrenceFields(required): object
recurrenceFields
The recurrence fields associated with the schedule job.
-
startDateTime(required): string
(date-time)
The date and time when the schedule job starts.
objectExportFilterOracle-
field(required): string
The field or attribute name of the resource filter.
-
value(required): string
The value assigned to the export filter.
object-
dayOfMonth: array
dayOfMonth
A list of day of months associated with the schedule job.
-
dayOfWeek: array
dayOfWeek
A list of day of weeks associated with the schedule job.
-
frequency(required): string
Allowed Values:
[ "ONCE", "HOURLY", "MINUTELY", "DAILY", "WEEKLY", "MONTHLY", "YEARLY" ]The frequency of the scheduled job. Valid values are ONCE, HOURLY, MINUTELY, DAILY, WEEKLY, MONTHLY, and YEARLY. -
hourInterval: integer
The hour duration between subsequent runs of scheduled job.
-
interval: integer
The duration between subsequent runs of scheduled job.
-
minuteInterval: integer
The minute duration between subsequent runs of scheduled job.
-
monthOfyear: array
monthOfyear
A list of month ofyears associated with the schedule job.
-
timeOfDay: object
timeOfDay
Indicates the time of day for schedule job recurrence.
-
weekOfMonth: array
weekOfMonth
A list of week of months associated with the schedule job.
-
year: integer
The year associated with the schedule job.
array-
Array of:
string
Indicates the day of month for schedule job recurrence.
array-
Array of:
string
Allowed Values:
[ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ]Indicates the day of week for schedule job recurrence. Valid values are MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
array-
Array of:
string
Allowed Values:
[ "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER" ]Indicates the month of year for schedule job recurrence. Valid values are JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, and DECEMBER.
object-
hour: integer
Minimum Value:
0Maximum Value:23The hour associated with the schedule job. -
minute: integer
Minimum Value:
0Maximum Value:59The minute associated with the schedule job. -
second: integer
Minimum Value:
0Maximum Value:59The second associated with the schedule job.
array-
Array of:
string
Allowed Values:
[ "FIRST", "SECOND", "THIRD", "FOURTH", "FIFTH", "LAST" ]Indicates the week of month for schedule job recurrence. Valid values are FIRST, SECOND, THIRD, FOURTH, FIFTH, and LAST.
array-
Array of:
object ExportSummaryResource
Title:
ExportSummaryResourceThe object that contains exported resource details, such as name and count.
objectExportSummaryResource-
count: integer
Indicates the number of resource exported.
-
name: string
The name of the export summary resource.
Response
- application/json
201 Response
objectExportJobDiscriminator Values
-
@baseType: string
The base type of the export job.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type(required): string
The class type of the export job.
-
completionDate: string
(date-time)
The date and time when the export job completed.
-
contentType: string
The content type of the exported file.
-
creationDate: string
(date-time)
The date and time when the export job was created.
-
errorLog: string
The error log containing the failure reason for the export job.
-
href: string
The hyperlink reference to the export job.
-
id: integer
(int64)
The ID of the export job.
-
path: string
The path of the root resource used as the source for the export job.
-
query: string
Scopes the exported data.
-
status: string
Allowed Values:
[ "NOT_STARTED", "RUNNING", "SUCCEEDED", "FAILED", "COMPLETED", "ERROR", "BLOCKED", "READY", "CANCELLED", "CANCELLING" ]The status of the export job. -
url: string
The URL of the file that contains the exported data.
object-
createdBy: string
The name of the user who submitted the export job.
-
errorLogUrl: string
The URL of the error log.
-
exportOptions(required): object
ExportOptionsOracle
Title:
ExportOptionsOracleThe task that exports resources to a file. -
exportSummary: object
exportSummary
The summary of the export job.
objectExportOptionsOracle-
@baseType: string
The base type of the export option.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
The class type of the export option.
-
exportReferenced: boolean
Whether the export option has export referenced.
-
fileFormat: string
Allowed Values:
[ "CSV", "JSON" ]The file format associated with the export options. Valid values are CSV, and JSON. -
filenamePrefix: string
Maximum Length:
200The user defined optional file name prefix. -
filter: array
filter
A list of filters associated with the export option.
-
id: string
For a given resource type, this is the ID of the resource.
-
lastUpdate: object
TimePeriodOracle
Title:
TimePeriodOracleThe validity period of the related party. -
lifecycleStatus: string
The status of the export option.
-
name: string
For a given resource type, this is the name of the resource.
-
notificationUsers: array
notificationUsers
A list of notification users associated with the export option.
-
project: object
project
The project associated with the export options.
-
resourceType: array
resourceType
A list of resource types associated with the export option.
-
scheduleJob: object
ScheduleJobOracle
The schedule job resource.
object-
id: integer
(int64)
The ID of the export job.
-
message: string
Optional text that provides more details about the export summary.
-
resources: array
resources
A list of resources included in the export summary.
-
totalExportObjects: integer
The total number of exported objects.
array-
Array of:
object ExportFilterOracle
Title:
ExportFilterOracleThe export filter resource.
objectTimePeriodOracle-
endDateTime: string
(date-time)
The end date and time of the time period.
-
startDateTime: string
(date-time)
The start date and time of the time period.
arrayobject-
id: string
The ID of the export option.
-
name: string
The name of the export option.
array-
Array of:
string
Allowed Values:
[ "productRule", "package", "commercial_bundle", "service_bundle", "service", "device", "accessory", "productOffering", "productOfferingPrice", "priceplan", "productLine", "promotion", "policyRule", "pricingLogicAlgorithmSpecification", "balanceElement", "productSpecification", "serviceSpecification", "usageSpecification", "customerProfileSpecification", "pricelist", "customProfileSpecification", "taxServiceProvider", "catalog", "category", "entitlement", "priceTag" ]
object-
description: string
Indicates the description for the schedule.
-
endDateTime(required): string
(date-time)
The date and time when the schedule job ends.
-
name: string
The name of the schedule job.
-
recurrenceFields(required): object
recurrenceFields
The recurrence fields associated with the schedule job.
-
startDateTime(required): string
(date-time)
The date and time when the schedule job starts.
objectExportFilterOracle-
field(required): string
The field or attribute name of the resource filter.
-
value(required): string
The value assigned to the export filter.
object-
dayOfMonth: array
dayOfMonth
A list of day of months associated with the schedule job.
-
dayOfWeek: array
dayOfWeek
A list of day of weeks associated with the schedule job.
-
frequency(required): string
Allowed Values:
[ "ONCE", "HOURLY", "MINUTELY", "DAILY", "WEEKLY", "MONTHLY", "YEARLY" ]The frequency of the scheduled job. Valid values are ONCE, HOURLY, MINUTELY, DAILY, WEEKLY, MONTHLY, and YEARLY. -
hourInterval: integer
The hour duration between subsequent runs of scheduled job.
-
interval: integer
The duration between subsequent runs of scheduled job.
-
minuteInterval: integer
The minute duration between subsequent runs of scheduled job.
-
monthOfyear: array
monthOfyear
A list of month ofyears associated with the schedule job.
-
timeOfDay: object
timeOfDay
Indicates the time of day for schedule job recurrence.
-
weekOfMonth: array
weekOfMonth
A list of week of months associated with the schedule job.
-
year: integer
The year associated with the schedule job.
array-
Array of:
string
Indicates the day of month for schedule job recurrence.
array-
Array of:
string
Allowed Values:
[ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ]Indicates the day of week for schedule job recurrence. Valid values are MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
array-
Array of:
string
Allowed Values:
[ "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER" ]Indicates the month of year for schedule job recurrence. Valid values are JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, and DECEMBER.
object-
hour: integer
Minimum Value:
0Maximum Value:23The hour associated with the schedule job. -
minute: integer
Minimum Value:
0Maximum Value:59The minute associated with the schedule job. -
second: integer
Minimum Value:
0Maximum Value:59The second associated with the schedule job.
array-
Array of:
string
Allowed Values:
[ "FIRST", "SECOND", "THIRD", "FOURTH", "FIFTH", "LAST" ]Indicates the week of month for schedule job recurrence. Valid values are FIRST, SECOND, THIRD, FOURTH, FIFTH, and LAST.
array-
Array of:
object ExportSummaryResource
Title:
ExportSummaryResourceThe object that contains exported resource details, such as name and count.
objectExportSummaryResource-
count: integer
Indicates the number of resource exported.
-
name: string
The name of the export summary resource.
400 Response
objectError-
@schemaLocation: string
The URI of the schema that defines the error.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list).
-
message: string
The text that provides more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
The text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
The URL pointing to documentation describing the error.
-
status: string
The status of the error.
401 Response
objectError-
@schemaLocation: string
The URI of the schema that defines the error.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list).
-
message: string
The text that provides more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
The text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
The URL pointing to documentation describing the error.
-
status: string
The status of the error.
404 Response
objectError-
@schemaLocation: string
The URI of the schema that defines the error.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list).
-
message: string
The text that provides more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
The text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
The URL pointing to documentation describing the error.
-
status: string
The status of the error.
405 Response
objectError-
@schemaLocation: string
The URI of the schema that defines the error.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list).
-
message: string
The text that provides more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
The text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
The URL pointing to documentation describing the error.
-
status: string
The status of the error.
500 Response
objectError-
@schemaLocation: string
The URI of the schema that defines the error.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list).
-
message: string
The text that provides more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
The text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
The URL pointing to documentation describing the error.
-
status: string
The status of the error.
Examples
The following examples show how to retrieve an export job by submitting a get request on the REST resource using cURL.
curl -u username:password -X POST \
'https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob' -D @create_exportjob.json | json_ppBased on Resource Type
Request Body
The following shows an example of the request body.
{
"@type" : "ExportJobOracle",
"exportOptions": {
"resourceType": [
"package",
"commercial_bundle",
"service_bundle",
"service",
"device",
"accessory",
"priceplan",
"catalog",
"category",
"pricingLogicAlgorithmSpecification",
"policy",
"productSpecification"
],
"exportReferenced": false,
"filenamePrefix": "FileExport001"
}
}Response Body
The following example shows the contents of the response body in JSON format
{
"id": 151897,
"href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob/151897",
"status": "NOT_STARTED",
"creationDate": "2025-02-19 16:24:34.729",
"@type": "ExportJobOracle",
"exportOptions": {
"filenamePrefix": "FileExport001",
"exportReferenced": false,
"resourceType": [
"package",
"commercial_bundle",
"service_bundle",
"service",
"device",
"accessory",
"priceplan",
"catalog",
"category",
"pricingLogicAlgorithmSpecification",
"policy",
"productSpecification"
]
},
"contentType": "application/json"
}Based on Individual Resource
Request Body
The following shows an example of the request body.
{
"@type" : "ExportJobOracle",
"exportOptions": {
"resourceType": [
"package"
],
"exportReferenced": false,
"filenamePrefix": "Package001",
"name": "MCC2LP"
}
}Response Body
The following example shows the contents of the response body in JSON format
{
"id": 151916,
"href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob/151916",
"status": "NOT_STARTED",
"creationDate": "2025-02-19 16:29:28.326",
"@type": "ExportJobOracle",
"exportOptions": {
"id": "ID-3374417394-1739958333270",
"name": "MCC2LP",
"filenamePrefix": "Package001",
"exportReferenced": false,
"resourceType": [
"package"
]
},
"contentType": "application/json",
"path": "package"
}Based on Project
Request Body
Prerequisite: Complete the design of the project before exporting. The following shows an example of the request body.
{
"exportOptions": {
"project": {
"name": "MarchRegProj2027",
"id": "MarchRegProj2027"
},
"filenamePrefix": "MyProjPromO123"
}
}Response Body
The following example shows the contents of the response body in JSON format
{
"id": 130088,
"@type": "ExportJobOracle",
"status": "SUCCEEDED",
"creationDate": "2021-03-11 12:05:38.863",
"completionDate": "2021-03-11 12:06:37.784",
"exportOptions": {
"exportReferenced": false,
"project": {
"id": "MarchRegProj2027",
"name": "MarchRegProj2027"
},
"filenamePrefix": "MyProjPromO123"
},
"createdBy": "booth",
"url": "v1/exportFile/MyProjPromO123_130088.json",
"exportSummary": {
"id": 130088,
"totalExportObjects": 2,
"resources": [
{
"name": "category",
"count": 1
},
{
"name": "catalog",
"count": 1
}
]
}
}Export in Hourly Schedule
Request Body
The following shows an example of the request body.
{
"exportOptions": {
"resourceType": [
"productOffering"
],
"filenamePrefix": "ProductOffering04212026121717",
"exportReferenced": false,
"fileFormat": "csv",
"scheduleJob": {
"name": "ProductOffering04212026121606",
"startDateTime": "2026-04-21T06:48:17+00:00",
"endDateTime": "2026-04-22T06:45:58+00:00",
"recurrenceFields": {
"frequency": "HOURLY",
"hourInterval": 5,
"minuteInterval": 0
}
},
"notificationUsers": [
"celine.sutherland"
],
"filter": [
{
"field": "project.id",
"value": "ProjectK3C7BK3MN2XGP95"
}
]
},
"@type": "ExportJobOracle"
}
Response Body
The following example shows the contents of the response body in JSON format
{
"id": 736942,
"status": "NOT_STARTED",
"creationDate": "2026-04-24 07:05:33.019",
"@type": "ExportJobOracle",
"exportOptions": {
"notificationUsers": [
"celine.sutherland"
],
"filenamePrefix": "ProductOffering04212026121717",
"filter": [
{
"field": "project.id",
"value": "ProjectK3C7BK3MN2XGP95"
}
],
"scheduleJob": {
"name": "ProductOffering04212026121606",
"startDateTime": "2026-04-24T06:48:17+00:00",
"endDateTime": "2026-04-30T06:45:58+00:00",
"recurrenceFields": {
"frequency": "HOURLY",
"hourInterval": 5,
"minuteInterval": 0
}
},
"exportReferenced": false,
"resourceType": [
"productOffering"
],
"fileFormat": "csv"
},
"contentType": "application/json",
"path": "productOffering"
}
Export in Daily Schedule
Request Body
The following shows an example of the request body.
{
"exportOptions": {
"resourceType": [
"productOffering"
],
"filenamePrefix": "ProductOffering04212026120040",
"exportReferenced": false,
"fileFormat": "json",
"scheduleJob": {
"name": "ProductOffering04212026115853",
"startDateTime": "2026-04-21T07:00:36+00:00",
"endDateTime": "2026-04-25T07:00:36+00:00",
"recurrenceFields": {
"frequency": "DAILY",
"interval": 1
}
},
"notificationUsers": [
"Monica.Suchet"
],
"filter": [
{
"field": "validFor.startDateTime.gte",
"value": "2026-02-01T00:00:00.000Z"
},
{
"field": "validFor.endDateTime.lte",
"value": "2026-04-21T00:00:00.000Z"
},
{
"field": "lifecycleStatus",
"value": "IN_DESIGN,IN_TEST"
}
]
},
"@type": "ExportJobOracle"
}
Response Body
The following example shows the contents of the response body in JSON format
{
"id": 736963,
"status": "NOT_STARTED",
"creationDate": "2026-04-24 07:18:54.456",
"@type": "ExportJobOracle",
"exportOptions": {
"notificationUsers": [
"Monica.Suchet"
],
"filenamePrefix": "ProductOffering04212026120040",
"filter": [
{
"field": "validFor.startDateTime.gte",
"value": "2026-02-01T00:00:00.000Z"
},
{
"field": "validFor.endDateTime.lte",
"value": "2026-04-21T00:00:00.000Z"
},
{
"field": "lifecycleStatus",
"value": "IN_DESIGN,IN_TEST"
}
],
"scheduleJob": {
"name": "ProductOffering04212026115853",
"startDateTime": "2026-04-21T07:00:36+00:00",
"endDateTime": "2026-04-25T07:00:36+00:00",
"recurrenceFields": {
"frequency": "DAILY",
"interval": 1
}
},
"exportReferenced": false,
"resourceType": [
"productOffering"
],
"fileFormat": "json"
},
"contentType": "application/json",
"path": "productOffering"
}
Export in Weekly Schedule
Request Body
The following shows an example of the request body.
{
"exportOptions": {
"resourceType": [
"productOffering"
],
"filenamePrefix": "ProductOffering04212026120444",
"exportReferenced": false,
"fileFormat": "json",
"scheduleJob": {
"name": "ProductOffering04212026120216",
"startDateTime": "2026-04-21T06:35:44+00:00",
"endDateTime": "2026-05-21T02:30:00+00:00",
"recurrenceFields": {
"frequency": "WEEKLY",
"interval": 1,
"dayOfWeek": [
"THURSDAY"
]
}
},
"notificationUsers": [
"Monica.Suchet"
],
"filter": [
{
"field": "project.id",
"value": "ProjectK3C7BK3MN2XGP95"
}
]
},
"@type": "ExportJobOracle"
}
Response Body
The following example shows the contents of the response body in JSON format
{
"id": 736967,
"status": "NOT_STARTED",
"creationDate": "2026-04-24 07:21:12.818",
"@type": "ExportJobOracle",
"exportOptions": {
"notificationUsers": [
"Monica.Suchet"
],
"filenamePrefix": "ProductOffering04212026120444",
"filter": [
{
"field": "project.id",
"value": "ProjectK3C7BK3MN2XGP95"
}
],
"scheduleJob": {
"name": "ProductOffering04212026120216",
"startDateTime": "2026-04-21T06:35:44+00:00",
"endDateTime": "2026-05-21T02:30:00+00:00",
"recurrenceFields": {
"frequency": "WEEKLY",
"interval": 1,
"dayOfWeek": [
"THURSDAY"
]
}
},
"exportReferenced": false,
"resourceType": [
"productOffering"
],
"fileFormat": "json"
},
"contentType": "application/json",
"path": "productOffering"
}
Export in Monthly Schedule
Request Body
The following shows an example of the request body.
{
"exportOptions": {
"resourceType": [
"productLine"
],
"filenamePrefix": "ProductLine04212026120812",
"exportReferenced": false,
"fileFormat": "json",
"scheduleJob": {
"name": "ProductLine04212026120615",
"startDateTime": "2026-04-21T06:39:12+00:00",
"endDateTime": "2026-07-31T00:00:00+00:00",
"recurrenceFields": {
"frequency": "MONTHLY",
"interval": 0,
"weekOfMonth": [
"LAST"
],
"dayOfWeek": [
"TUESDAY"
]
}
},
"notificationUsers": [
"Monica.Suchet",
"rachel.gosling"
],
"filter": [
{
"field": "lifecycleStatus",
"value": "IN_DESIGN"
}
]
},
"@type": "ExportJobOracle"
}
Response Body
The following example shows the contents of the response body in JSON format
{
"id": 736972,
"href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/exportJob/736972",
"status": "NOT_STARTED",
"creationDate": "2026-04-24 07:24:45.777",
"@type": "ExportJobOracle",
"exportOptions": {
"notificationUsers": [
"Monica.Suchet",
"rachel.gosling"
],
"filenamePrefix": "ProductLine04212026120812",
"filter": [
{
"field": "lifecycleStatus",
"value": "IN_DESIGN"
}
],
"scheduleJob": {
"name": "ProductLine04212026120615",
"startDateTime": "2026-04-21T06:39:12+00:00",
"endDateTime": "2026-07-31T00:00:00+00:00",
"recurrenceFields": {
"frequency": "MONTHLY",
"interval": 0,
"weekOfMonth": [
"LAST"
],
"dayOfWeek": [
"TUESDAY"
]
}
},
"exportReferenced": false,
"resourceType": [
"productLine"
],
"fileFormat": "json"
},
"contentType": "application/json",
"path": "productLine"
}