@@ -27350,20 +27350,25 @@ components:
2735027350 - eAttachmentDocumenttype
2735127351 type: object
2735227352 Custom-Branding-Response:
27353- allOf:
27354- - properties:
27355- iBrandingColor:
27356- $ref: '#/components/schemas/Field-iBrandingColor'
27357- sBrandingLogointerfaceurl:
27358- $ref: '#/components/schemas/Computed-sBrandingLogointerfaceurl'
27359- required:
27360- - iBrandingColor
27361- - sBrandingLogointerfaceurl
27362- type: object
2736327353 description: A Custom Branding Object
2736427354 example:
2736527355 iBrandingColor: 15658734
2736627356 sBrandingLogointerfaceurl: http://www.example.com/logo.jpg
27357+ properties:
27358+ iBrandingColor:
27359+ description: The primary color. This is a RGB color converted into integer
27360+ example: 15658734
27361+ maximum: 16777215
27362+ minimum: 0
27363+ type: integer
27364+ sBrandingLogointerfaceurl:
27365+ description: The url of the picture used as logo in the Branding
27366+ example: http://www.example.com/logo.jpg
27367+ pattern: "^(https|http):\\/\\/[^\\s\\/$.?#].[^\\s]*$"
27368+ type: string
27369+ required:
27370+ - iBrandingColor
27371+ - sBrandingLogointerfaceurl
2736727372 type: object
2736827373 Custom-CommunicationListElement-Response:
2736927374 description: A Communication List Element
@@ -27893,32 +27898,43 @@ components:
2789327898 - sCreditcardtransactionResponseterminalmessage
2789427899 type: object
2789527900 Custom-Discussionconfiguration-Response:
27896- allOf:
27897- - properties:
27898- bDiscussionconfigurationCompletehistorywhenadded:
27899- $ref: '#/components/schemas/Computed-bDiscussionconfigurationCompletehistorywhenadded'
27900- bDiscussionconfigurationCreateallowed:
27901- $ref: '#/components/schemas/Computed-bDiscussionconfigurationCreateallowed'
27902- bDiscussionconfigurationDeleteallowed:
27903- $ref: '#/components/schemas/Computed-bDiscussionconfigurationDeleteallowed'
27904- bDiscussionconfigurationDeletediscussionmessageallowed:
27905- $ref: '#/components/schemas/Computed-bDiscussionconfigurationDeletediscussionmessageallowed'
27906- bDiscussionconfigurationEditdiscussionmessageallowed:
27907- $ref: '#/components/schemas/Computed-bDiscussionconfigurationEditdiscussionmessageallowed'
27908- required:
27909- - bDiscussionconfigurationCompletehistorywhenadded
27910- - bDiscussionconfigurationCreateallowed
27911- - bDiscussionconfigurationDeleteallowed
27912- - bDiscussionconfigurationDeletediscussionmessageallowed
27913- - bDiscussionconfigurationEditdiscussionmessageallowed
27914- type: object
2791527901 description: A Custom Discussionconfiguration Object
2791627902 example:
2791727903 bDiscussionconfigurationCreateallowed: true
2791827904 bDiscussionconfigurationDeletediscussionmessageallowed: true
2791927905 bDiscussionconfigurationDeleteallowed: true
2792027906 bDiscussionconfigurationEditdiscussionmessageallowed: true
2792127907 bDiscussionconfigurationCompletehistorywhenadded: true
27908+ properties:
27909+ bDiscussionconfigurationCompletehistorywhenadded:
27910+ description: If the added Discussionmembership will have access to the entire
27911+ history or not
27912+ example: true
27913+ type: boolean
27914+ bDiscussionconfigurationCreateallowed:
27915+ description: If the the creation of the Discussion is allowed or not
27916+ example: true
27917+ type: boolean
27918+ bDiscussionconfigurationDeleteallowed:
27919+ description: If the the destruction of the Discussion is allowed or not
27920+ example: true
27921+ type: boolean
27922+ bDiscussionconfigurationDeletediscussionmessageallowed:
27923+ description: If the the destruction of the Discussionmessage is allowed
27924+ or not
27925+ example: true
27926+ type: boolean
27927+ bDiscussionconfigurationEditdiscussionmessageallowed:
27928+ description: If the the creation of the Discussionmessage is allowed or
27929+ not
27930+ example: true
27931+ type: boolean
27932+ required:
27933+ - bDiscussionconfigurationCompletehistorywhenadded
27934+ - bDiscussionconfigurationCreateallowed
27935+ - bDiscussionconfigurationDeleteallowed
27936+ - bDiscussionconfigurationDeletediscussionmessageallowed
27937+ - bDiscussionconfigurationEditdiscussionmessageallowed
2792227938 type: object
2792327939 Custom-Dnsrecord-Response:
2792427940 allOf:
@@ -28481,45 +28497,6 @@ components:
2848128497 - sContactLastname
2848228498 type: object
2848328499 Custom-Ezsignfoldertype-Response:
28484- allOf:
28485- - properties:
28486- pkiEzsignfoldertypeID:
28487- $ref: '#/components/schemas/Field-pkiEzsignfoldertypeID'
28488- fkiFontIDAnnotation:
28489- $ref: '#/components/schemas/Field-pkiFontID'
28490- fkiFontIDFormfield:
28491- $ref: '#/components/schemas/Field-pkiFontID'
28492- fkiFontIDSignature:
28493- $ref: '#/components/schemas/Field-pkiFontID'
28494- sEzsignfoldertypeNameX:
28495- $ref: '#/components/schemas/Field-sEzsignfoldertypeNameX'
28496- bEzsignfoldertypeSendproofezsignsigner:
28497- $ref: '#/components/schemas/Field-bEzsignfoldertypeSendproofezsignsigner'
28498- bEzsignfoldertypeAllowdownloadattachmentezsignsigner:
28499- $ref: '#/components/schemas/Field-bEzsignfoldertypeAllowdownloadattachmentezsignsigner'
28500- bEzsignfoldertypeAllowdownloadproofezsignsigner:
28501- $ref: '#/components/schemas/Field-bEzsignfoldertypeAllowdownloadproofezsignsigner'
28502- bEzsignfoldertypeAutomaticsignature:
28503- $ref: '#/components/schemas/Field-bEzsignfoldertypeAutomaticsignature'
28504- bEzsignfoldertypeDelegate:
28505- $ref: '#/components/schemas/Field-bEzsignfoldertypeDelegate'
28506- bEzsignfoldertypeDiscussion:
28507- $ref: '#/components/schemas/Field-bEzsignfoldertypeDiscussion'
28508- bEzsignfoldertypeReassignezsignsigner:
28509- $ref: '#/components/schemas/Field-bEzsignfoldertypeReassignezsignsigner'
28510- bEzsignfoldertypeReassignuser:
28511- $ref: '#/components/schemas/Field-bEzsignfoldertypeReassignuser'
28512- bEzsignfoldertypeReassigngroup:
28513- $ref: '#/components/schemas/Field-bEzsignfoldertypeReassigngroup'
28514- iEzsignfoldertypeDeadlinedays:
28515- $ref: '#/components/schemas/Field-iEzsignfoldertypeDeadlinedays'
28516- iEzsignfoldertypeFontsizeannotation:
28517- $ref: '#/components/schemas/Field-iEzsignfoldertypeFontsizeannotation'
28518- iEzsignfoldertypeFontsizeformfield:
28519- $ref: '#/components/schemas/Field-iEzsignfoldertypeFontsizeformfield'
28520- required:
28521- - pkiEzsignfoldertypeID
28522- type: object
2852328500 description: A Custom Ezsignfoldertype Object
2852428501 example:
2852528502 sEzsignfoldertypeNameX: Default
@@ -28539,6 +28516,93 @@ components:
2853928516 bEzsignfoldertypeAutomaticsignature: false
2854028517 fkiFontIDAnnotation: 1
2854128518 bEzsignfoldertypeAllowdownloadattachmentezsignsigner: false
28519+ properties:
28520+ pkiEzsignfoldertypeID:
28521+ description: The unique ID of the Ezsignfoldertype.
28522+ example: 5
28523+ maximum: 65535
28524+ minimum: 0
28525+ type: integer
28526+ fkiFontIDAnnotation:
28527+ description: The unique ID of the Font
28528+ example: 1
28529+ minimum: 0
28530+ type: integer
28531+ fkiFontIDFormfield:
28532+ description: The unique ID of the Font
28533+ example: 1
28534+ minimum: 0
28535+ type: integer
28536+ fkiFontIDSignature:
28537+ description: The unique ID of the Font
28538+ example: 1
28539+ minimum: 0
28540+ type: integer
28541+ sEzsignfoldertypeNameX:
28542+ description: The name of the Ezsignfoldertype in the language of the requester
28543+ example: Default
28544+ type: string
28545+ bEzsignfoldertypeSendproofezsignsigner:
28546+ description: Whether we send the proof in the email to Ezsignsigner
28547+ example: false
28548+ type: boolean
28549+ bEzsignfoldertypeAllowdownloadattachmentezsignsigner:
28550+ description: Whether we allow the Ezsigndocument to be downloaded by an
28551+ Ezsignsigner
28552+ example: false
28553+ type: boolean
28554+ bEzsignfoldertypeAllowdownloadproofezsignsigner:
28555+ description: Whether we allow the proof to be downloaded by an Ezsignsigner
28556+ example: false
28557+ type: boolean
28558+ bEzsignfoldertypeAutomaticsignature:
28559+ description: Whether we allow the automatic signature by an User
28560+ example: false
28561+ type: boolean
28562+ bEzsignfoldertypeDelegate:
28563+ description: Wheter if delegation of signature is allowed to another user
28564+ or not
28565+ example: true
28566+ type: boolean
28567+ bEzsignfoldertypeDiscussion:
28568+ description: Wheter if creating a new Discussion is allowed or not
28569+ example: true
28570+ type: boolean
28571+ bEzsignfoldertypeReassignezsignsigner:
28572+ description: Wheter if Reassignment of signature is allowed by a signatory
28573+ to another signatory or not
28574+ example: true
28575+ type: boolean
28576+ bEzsignfoldertypeReassignuser:
28577+ description: Wheter if Reassignment of signature is allowed by a user to
28578+ a signatory or another user or not
28579+ example: true
28580+ type: boolean
28581+ bEzsignfoldertypeReassigngroup:
28582+ description: Wheter if Reassignment of signatures of the groups to which
28583+ the user belongs is authorized by a user to himself
28584+ example: true
28585+ type: boolean
28586+ iEzsignfoldertypeDeadlinedays:
28587+ description: The number of days to get all Ezsignsignatures
28588+ example: 5
28589+ maximum: 60
28590+ minimum: 1
28591+ type: integer
28592+ iEzsignfoldertypeFontsizeannotation:
28593+ description: Font size for annotations
28594+ example: 10
28595+ maximum: 255
28596+ minimum: 1
28597+ type: integer
28598+ iEzsignfoldertypeFontsizeformfield:
28599+ description: Font size for form fields
28600+ example: 12
28601+ maximum: 255
28602+ minimum: 1
28603+ type: integer
28604+ required:
28605+ - pkiEzsignfoldertypeID
2854228606 type: object
2854328607 Custom-Ezsignformfield-Request:
2854428608 allOf:
0 commit comments