Returns Status Summary on Core data Import Request received

Path Params
string
required

The organization ID.

string
required

The import Request ID.

Query Params
number
≥ 0
Defaults to 0

The offset of the first element in the list.

number
≥ 1
Defaults to 50

The maximum number of elements to return.

Responses

Response body
object
string
required

The status of the import job request.

PROCESSED PROCESSING

events
array of objects
required

List of Import Logs.

events*
object
string
required

The unique identifier for the code data

string
required

The unique identifier of the import request.

string
required

The organization ID.

string
required

The status of the core data entity import.

FAILED IMPORTED

importErrors
array of strings

The Error encountered while trying to process the request.
ACCOUNT_CODE_ALREADY_EXIST ACCOUNT_CODE_NOT_EXISTING COST_CENTER_ALREADY_EXIST COST_CENTER_NOT_EXISTING BOOKING_KEY_ALREADY_EXIST BOOKING_KEY_NOT_FOUND CONTACT_ALREADY_EXIST CONTACT_NOT_EXISTING DUPLICATE_CONTACT_NAME NO_UPDATABLE_INPUT PAYMENT_CONDITION_ALREADY_EXIST PAYMENT_CONDITION_NOT_FOUND PAYMENT_CONDITION_IS_ARCHIVED UNKNOWN_ERROR INVALID_INPUT INVALID_TAX_NUMBER INVALID_IBAN

importErrors
string
required

The import request operation

CREATE UPDATE

date-time
required

The date and time when the import was processed.

pagination
object
required

Pagination Data providing information and the record count, page size and total count

number
required

This is the total number of pages available with records

number
required

This is the length of size of the current page

number
required

This is the total count of export records available

Language
Credentials