Query Parameters
One of: abort
, merge
, overwrite
.
Available options:
abort
, merge
, overwrite
Body
multipart/form-data
The objects to import.
Response
200 - application/json
successful operation
curl --request POST \
--url https://{FUSION HOST}/api/objects/import \
--header 'Content-Type: multipart/form-data' \
--form 'contentDisposition={
"type": "<string>",
"parameters": {},
"fileName": "<string>",
"creationDate": "2023-11-07T05:31:56Z",
"modificationDate": "2023-11-07T05:31:56Z",
"readDate": "2023-11-07T05:31:56Z",
"size": 123
}' \
--form 'entity={}' \
--form 'headers={}' \
--form 'mediaType={
"type": "<string>",
"subtype": "<string>",
"parameters": {},
"wildcardType": true,
"wildcardSubtype": true
}' \
--form 'messageBodyWorkers={}' \
--form 'parent={
"contentDisposition": {
"type": "<string>",
"parameters": {},
"fileName": "<string>",
"creationDate": "2023-11-07T05:31:56Z",
"modificationDate": "2023-11-07T05:31:56Z",
"readDate": "2023-11-07T05:31:56Z",
"size": 123
},
"entity": {},
"headers": {},
"mediaType": {
"type": "<string>",
"subtype": "<string>",
"parameters": {},
"wildcardType": true,
"wildcardSubtype": true
},
"messageBodyWorkers": {},
"parent": {},
"providers": {},
"bodyParts": [
{
"contentDisposition": {
"type": "<any>",
"parameters": "<any>",
"fileName": "<any>",
"creationDate": "<any>",
"modificationDate": "<any>",
"readDate": "<any>",
"size": "<any>"
},
"entity": {},
"headers": {},
"mediaType": {
"type": "<any>",
"subtype": "<any>",
"parameters": "<any>",
"wildcardType": "<any>",
"wildcardSubtype": "<any>"
},
"messageBodyWorkers": {},
"parent": {},
"providers": {},
"parameterizedHeaders": {}
}
],
"parameterizedHeaders": {}
}' \
--form 'providers={}' \
--form 'bodyParts={
"contentDisposition": {
"type": "<any>",
"parameters": "<any>",
"fileName": "<any>",
"creationDate": "<any>",
"modificationDate": "<any>",
"readDate": "<any>",
"size": "<any>"
},
"entity": {},
"headers": {},
"mediaType": {
"type": "<any>",
"subtype": "<any>",
"parameters": "<any>",
"wildcardType": "<any>",
"wildcardSubtype": "<any>"
},
"messageBodyWorkers": {},
"parent": {},
"providers": {},
"parameterizedHeaders": {}
}' \
--form 'fields={}' \
--form 'parameterizedHeaders={}'
{
"conflicts": [
"<string>"
],
"variablesWarnings": [
"<string>"
],
"variablesErrors": [
"<string>"
],
"variablesSubstitutions": [
"<string>"
],
"validationWarnings": [
"<string>"
],
"validationErrors": [
"<string>"
],
"importErrors": [
"<string>"
],
"importActions": [
"<string>"
],
"zipFileToken": "<string>",
"transformationMsgs": [
"<string>"
],
"status": "<string>"
}
Import one or more objects. Validation is performed before import. Import starts only if validation succeeds.
curl --request POST \
--url https://{FUSION HOST}/api/objects/import \
--header 'Content-Type: multipart/form-data' \
--form 'contentDisposition={
"type": "<string>",
"parameters": {},
"fileName": "<string>",
"creationDate": "2023-11-07T05:31:56Z",
"modificationDate": "2023-11-07T05:31:56Z",
"readDate": "2023-11-07T05:31:56Z",
"size": 123
}' \
--form 'entity={}' \
--form 'headers={}' \
--form 'mediaType={
"type": "<string>",
"subtype": "<string>",
"parameters": {},
"wildcardType": true,
"wildcardSubtype": true
}' \
--form 'messageBodyWorkers={}' \
--form 'parent={
"contentDisposition": {
"type": "<string>",
"parameters": {},
"fileName": "<string>",
"creationDate": "2023-11-07T05:31:56Z",
"modificationDate": "2023-11-07T05:31:56Z",
"readDate": "2023-11-07T05:31:56Z",
"size": 123
},
"entity": {},
"headers": {},
"mediaType": {
"type": "<string>",
"subtype": "<string>",
"parameters": {},
"wildcardType": true,
"wildcardSubtype": true
},
"messageBodyWorkers": {},
"parent": {},
"providers": {},
"bodyParts": [
{
"contentDisposition": {
"type": "<any>",
"parameters": "<any>",
"fileName": "<any>",
"creationDate": "<any>",
"modificationDate": "<any>",
"readDate": "<any>",
"size": "<any>"
},
"entity": {},
"headers": {},
"mediaType": {
"type": "<any>",
"subtype": "<any>",
"parameters": "<any>",
"wildcardType": "<any>",
"wildcardSubtype": "<any>"
},
"messageBodyWorkers": {},
"parent": {},
"providers": {},
"parameterizedHeaders": {}
}
],
"parameterizedHeaders": {}
}' \
--form 'providers={}' \
--form 'bodyParts={
"contentDisposition": {
"type": "<any>",
"parameters": "<any>",
"fileName": "<any>",
"creationDate": "<any>",
"modificationDate": "<any>",
"readDate": "<any>",
"size": "<any>"
},
"entity": {},
"headers": {},
"mediaType": {
"type": "<any>",
"subtype": "<any>",
"parameters": "<any>",
"wildcardType": "<any>",
"wildcardSubtype": "<any>"
},
"messageBodyWorkers": {},
"parent": {},
"providers": {},
"parameterizedHeaders": {}
}' \
--form 'fields={}' \
--form 'parameterizedHeaders={}'
{
"conflicts": [
"<string>"
],
"variablesWarnings": [
"<string>"
],
"variablesErrors": [
"<string>"
],
"variablesSubstitutions": [
"<string>"
],
"validationWarnings": [
"<string>"
],
"validationErrors": [
"<string>"
],
"importErrors": [
"<string>"
],
"importActions": [
"<string>"
],
"zipFileToken": "<string>",
"transformationMsgs": [
"<string>"
],
"status": "<string>"
}
One of: abort
, merge
, overwrite
.
abort
, merge
, overwrite
The objects to import.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
successful operation
Was this page helpful?