Skip to main content
POST
/
api
/
customer
/
batch-upload
batchUpload
curl --request POST \
  --url https://api.artemis.cynopsis.co/api/customer/batch-upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Domain-ID: <x-domain-id>' \
  --form front=@example-file

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer
required

X-Domain-ID

Query Parameters

assigneeId
integer

assigneeId

Body

multipart/form-data
front
file

Response

OK