ManifestView
Manifest containing contextual details about the file upload. All fields are optional.
asset object
Details about the asset linked to this upload
Optional unique identifier for the asset. Known by the system.
123e4567-e89b-12d3-a456-426614174003
externalIds objectrequired
Known code provided by the client to recognize the asset (e.g. ERP code)
documentation object
Existing documentation ID to link, if this upload is part of ongoing documentation
Optional unique identifier for the documentation. Known by the system.
123e4567-e89b-12d3-a456-426614174004
Optional unique identifier for the documentation template. Known by the system.
123e4567-e89b-12d3-a456-426614174005
Flag indicating if the file is uploaded without asset context
false
folder object
Folder details specifying where the uploaded file should reside
Optional unique identifier of the target folder
123e4567-e89b-12d3-a456-426614174005
Optional template ID to apply to the folder
123e4567-e89b-12d3-a456-426614174006
Existing DocumentClass ID to link
123e4567-e89b-12d3-a456-426614174007
Temporary flag allow to delete a file after processing
false
true
{
"asset": {
"uid": "123e4567-e89b-12d3-a456-426614174003",
"externalIds": {
"ERP": "0018"
}
},
"documentation": {
"uid": "123e4567-e89b-12d3-a456-426614174004",
"template": "123e4567-e89b-12d3-a456-426614174005"
},
"disconnected": false,
"folder": {
"uid": "123e4567-e89b-12d3-a456-426614174005",
"template": "123e4567-e89b-12d3-a456-426614174006"
},
"documentClass": "123e4567-e89b-12d3-a456-426614174007",
"temporary": true
}