UpdateOperation
Signature
mutation {
UpdateOperation(id: ...)
}
Retourne : Operation!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
name | String | — | — | |
localizedDescription | [LocalizedStringInput] | — | — | |
descriptionState | OperationDescriptionState | — | — | |
localizedIndicators | [LocalizedOperationFinancingInfoIndicatorInput] | — | — | |
targetAmount | Amount | — | — | |
issuedSecurities | Int | — | — | |
taxations | [String] | — | — | |
paymentMethods | [PaymentMethod] | — | — | |
kycStatusForSignature | KycStatus | — | — | |
openedToCosubscription | Boolean | — | — | |
subscriptionSignedByThirdParty | Boolean | — | — | |
subscriptionSignedBySecondThirdParty | Boolean | — | — | |
bankAccount | BankAccountInput | — | — | |
bankWireReference | String | — | — | |
urmReference | String | — | Deprecated and ignored. The URM template is now global; set it via UpdateAdvancedConfiguration (urmTemplate). | |
checkOrder | String | — | — | |
subscriptionSignerThirdPartyFirstName | String | — | — | |
subscriptionSignerThirdPartyLastName | String | — | — | |
subscriptionSignerThirdPartyEmail | String | — | — | |
subscriptionSignerThirdPartyMobile | String | — | — | |
subscriptionSignerSecondThirdPartyFirstName | String | — | — | |
subscriptionSignerSecondThirdPartyLastName | String | — | — | |
subscriptionSignerSecondThirdPartyEmail | String | — | — | |
subscriptionSignerSecondThirdPartyMobile | String | — | — | |
subscriptionFormId | ID | — | — | |
needsValidation | Boolean | — | — | |
subscribedAtUnknownNav | Boolean | — | — | |
includedSegmentsIds | [ID!] | — | — | |
excludedSegmentsIds | [ID!] | — | — | |
thumbnail | UploadDocument | — | — | |
preferredSignatureMethod | SignatureMethod | — | — | |
alternativeSignatureMethods | [SignatureMethod] | — | — |
Exemple
mutation {
UpdateOperation(
id: $id
) {
id
name
state {}
operationFinancingInfo {}
operationDocuments {}
collectedAmount
description
descriptionState {}
localizedDescription {}
operationDescriptionState {}
thumbnail {}
subscriptionSignedByDistributor
securityOperationInvestmentWithoutDocuments
securityOperationInvestments {}
openedSecurityOperationInvestmentsSimpleSubscription {}
openedSecurityOperationInvestments {}
kycStatusForSignature {}
openedToCosubscription
subscriptionSignedByThirdParty
subscriptionSignerThirdPartyFirstName
subscriptionSignerThirdPartyLastName
subscriptionSignerThirdPartyEmail
subscriptionSignerThirdPartyMobile
subscriptionSignedBySecondThirdParty
subscriptionSignerSecondThirdPartyFirstName
subscriptionSignerSecondThirdPartyLastName
subscriptionSignerSecondThirdPartyEmail
subscriptionSignerSecondThirdPartyMobile
subscriptionForm {}
modalitiesForm {}
hasModalitiesForm
hasConsultancyFees
kpiValues {}
needsValidation
subscribedAtUnknownNav
includedSegments {}
excludedSegments {}
preferredSignatureMethod {}
alternativeSignatureMethods {}
}
}