Skip to main content
POST
/
platform
/
data
/
import
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "id": "<string>",
  "requester": "<string>",
  "domain": "<string>",
  "format": "<string>",
  "resources": [
    {
      "format": "<string>",
      "resource": "<string>",
      "fields": [
        "<string>"
      ],
      "deleteOmitted": true,
      "status": "<string>",
      "isComplete": true,
      "statusMessage": "<string>",
      "stateDetails": "<string>",
      "configuration": "<unknown>",
      "allowSyscalcValueUpdates": true
    }
  ],
  "contextOverride": {
    "masterCatalog": 123,
    "locale": "<string>",
    "currency": "<string>",
    "catalog": 123,
    "site": 123
  },
  "isComplete": true,
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  },
  "tenant": 123,
  "status": "<string>",
  "statusDetails": "<string>",
  "statusMessage": "<string>",
  "configuration": "<unknown>",
  "files": [
    {
      "id": "<string>",
      "uri": "<string>",
      "locationType": "<string>",
      "fileName": "<string>",
      "fileType": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
name
string | null
id
string | null
requester
string | null
domain
string | null
format
string | null
resources
object[] | null
contextOverride
object
isComplete
boolean
auditInfo
object
tenant
integer<int32>
status
string | null
statusDetails
string | null
statusMessage
string | null
configuration
unknown
files
object[] | null

Response

Success

name
string | null
id
string | null
requester
string | null
domain
string | null
format
string | null
resources
object[] | null
contextOverride
object
isComplete
boolean
auditInfo
object
tenant
integer<int32>
status
string | null
statusDetails
string | null
statusMessage
string | null
configuration
unknown
files
object[] | null