POST api/v1/projects/upload

Upload Project file

Request Information

URI Parameters

None.

Body Parameters

request

UploadProjectFileV1Request
NameDescriptionTypeAdditional information
File

File to upload.

File

Allowed file types xlsm xlsx.

Maximum file name length 100 characters.

Maximum file size 10 MB (10,485,760 bytes).

Request Formats

multipart/form-data

Sample:
--637f1bc2-94e0-420d-8ce7-e0e6f99441f4
Content-Disposition: form-data; filename="projects.xlsm"; name="File"
Content-Type: application/vnd.ms-excel.sheet.macroEnabled.12

This is an example text file
--637f1bc2-94e0-420d-8ce7-e0e6f99441f4--

Response Information

Resource Description

Upload Project file

UploadProjectFileV1Response
NameDescriptionTypeAdditional information
ImportCustomerFileId

Import project file id

universally unique identifier

Example value: 2fa5944e-bcf2-4e99-a6e2-48ea732def9b

Algorithm

Algorithm

FileV1HashAlgorithm

Example value: SHA512

Hash

Hash

Collection of byte

Example value: 59, 177, 46, 218, 60, 41, 141, 181, 222, 37, 89, 127, 84, 217, 36, 242, 225, 126, 120, 162, 106, 216, 149, 62, 216, 33, 142, 230, 130, 240, 187, 190, 144, 33, 226, 243, 0, 157, 21, 44, 145, 27, 241, 242, 94, 198, 131, 169, 2, 113, 65, 102, 118, 122, 251, 216, 229, 189, 15, 176, 18, 78, 203, 138

Size

Size

integer (64 bits)

Required

Example value: 7

Response Formats

application/json

Sample:
{
  "ImportCustomerFileId": "2fa5944e-bcf2-4e99-a6e2-48ea732def9b",
  "Algorithm": "SHA512",
  "Hash": "O7Eu2jwpjbXeJVl/VNkk8uF+eKJq2JU+2CGO5oLwu76QIeLzAJ0VLJEb8fJexoOpAnFBZnZ6+9jlvQ+wEk7Lig==",
  "Size": 7
}