UpdateEntityPropertyDocumentToSign
Signature
mutation {
UpdateEntityPropertyDocumentToSign(entityPropertyId: ..., name: ..., documentTemplateId: ...)
}
Retourne : EntityPropertyDocumentToSign
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
entityPropertyId | ID! | ✓ | — | — |
name | String! | ✓ | — | — |
dataStrategyDefinition | Any | — | — | |
documentTemplateId | ID! | ✓ | — | — |
computedProperty | ComputedPropertyInput | — | — |
Exemple
mutation {
UpdateEntityPropertyDocumentToSign(
entityPropertyId: $entityPropertyId
name: $name
documentTemplateId: $documentTemplateId
) {
# Sélectionner les champs souhaités
}
}