For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upload a transactional database import file. File is scanned for viruses before being stored.

Required permissions: Edit Contacts and transactions

post
Path parameters
transactionalDatabaseIDstring · uuidRequired

The ID of the transactional database

Query parameters
apiTokenstringRequired

API authentication token

Responses
200

OK

application/json
uploadIDstringOptional
post/database/transactionaldatabases/{transactionalDatabaseID}/import/file
POST /database/transactionaldatabases/{transactionalDatabaseID}/import/file?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
{
  "uploadID": "text"
}

Last updated

Was this helpful?