v3

OpenAPI 3.0.42026-07-312008682.1 MB
Customers

Add customer file

Attaches the specified file to the customer profile.

Allowed MIME types: application/pdf, image/bmp, image/gif, image/jpeg, image/png, image/tiff.

Note this operation supports Portfolio Access Tokens.

post/api/connector/v1/customers/addFile

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

ChainIdstring uuid nullable

Unique identifier of the chain. Required when using Portfolio Access Tokens, ignored otherwise.

CustomerIdstring uuid required

Unique identifier of the Customer.

Namestring required

Name of the file.

Typestring required

MIME type of the file (e.g. application/pdf).

Datastring required

Base64-encoded data of the file.

Response

OK

FileIdstring uuid required

Unique identifier of the uploaded file.