DocumentSetUpdate
input
Updates a DocumentSet.
Updates the selected DocumentSet with the inserted data. Only the fields sent are updated.
Fields
| Name | Type | Description |
|---|---|---|
documentSetId | Int! | |
visible | Int | |
name | String | |
isDefault | Boolean | |
identTemplateId | Int | |
economicActivityClassificationCodeId | Int | |
documentSetsLocksBySettings | [Int!] | |
documentSetsLocksByDocumentType | [Int!] | |
documentTypes | [DocumentSetDocumentTypeUpsert!] |
Deprecated fields (1)
| Name | Type | Description |
|---|---|---|
initialNumbers | [DocumentSetDocumentTypeAssociationUpdate!] | Use documentTypes instead |