Select
Contracts
Contracts document services
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org_id | path | string | true | The string id related with tenants which contract belongs to |
contract_id | path | string | true | Contract identifier |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Expected response | GetContractResponse |
400 | Bad Request | Request input is not valid | None |
401 | Unauthorized | Unauthorized. AuthN and AuthZ validations have fail | None |
404 | Not Found | Resource not found | None |
500 | Internal Server Error | Not expected error | None |
default | Default | Error response | ErrorsResponse |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
x-auth-owner | header | string | true | The string id related with the contract owner. It is mandatory |
org_id | path | string | true | The string id related with one of Grupo MasOrange tenants |
body | body | CreateFilledContractRequest | true | Data to fill (and sign data) a template contract |
Request body - instance of CreateFilledContractRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
template_external_id | string | true | Template external id unique identifier |
template_version | integer | true | version of the template to be updated |
language | Language1 | true | Templates languages allowed to generate contract Allowed values: ES, EN, EU, GL, CA, DE, UNDEFINED |
flags_conditions | [Condition1] | false | list of conditions which trigger specific sections of the template to be filled |
fields_values | [ContractValues] | true | template variables whose values will be printed in the filled template |
name | string | false | Name of the document filled (without spaces). The document is renamed with this value. |
tags | [Tag1] | false | Free values (user-defined) to tag document. These values are normalized following the next rules: - All tags will be converted to lowercase - All whitespaces will be removed - Empty or blank tags are not allowed - Tags matching reserved words (null, undefined or nan) are not allowed |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Expected response to a valid request. | CreateFilledContractResponse |
400 | Bad Request | Request input is not valid | None |
401 | Unauthorized | Unauthorized. AuthN and AuthZ validations have fail | None |
404 | Not Found | resource not found | None |
410 | Gone | resource is not longer available | None |
500 | Internal Server Error | Not expected error | None |
default | Default | Error response | ErrorsResponse |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
x-auth-owner | header | string | true | The string id related with the contract owner. It is mandatory |
org_id | path | string | true | The string id related with one of Grupo MasOrange tenants |
contract_id | path | string(uuid) | true | Contract identifier |
body | body | ChangeContractOwnerRequest | true | Data required to update contract’s owner |
Request body - instance of ChangeContractOwnerRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
new_owner | string | true | New contract owner |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Owner changed successfully. | ChangeContractOwnerResponse |
400 | Bad Request | Request input is not valid | None |
401 | Unauthorized | Unauthorized. AuthN and AuthZ validations have fail | None |
404 | Not Found | resource not found | None |
410 | Gone | resource is not longer available | None |
500 | Internal Server Error | Not expected error | None |
default | Default | Error response | ErrorsResponse |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org_id | path | string | true | The string id related with one of Grupo MasOrange tenants |
body | body | SignContractsRequest | true | metadata for creating the contract’s sign process |
Request body - instance of SignContractsRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
sign_type | string | true | type of the sign process in which contracts are going to be signed. values: ‘ONSITE’, ‘ONLINE’ |
signers | [Signer] | true | none |
contracts | [ContractWithoutOwner] | true | List of contracts to be signed |
additional_options | SignContractAdditionalOptions | false | additional options to configure on contracts sign process |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
201 | Created | New sign process is created to sign contracts. Expected response for a valid request. | SignContractsResponse |
400 | Bad Request | Request input is not valid | None |
401 | Unauthorized | Unauthorized. AuthN and AuthZ validations have fail | None |
500 | Internal Server Error | Not expected error | None |
default | Default | Error response | ErrorsResponse |
Endpoints
Documents
Forms
Sections
Templates
Templates Configuration
Digital Sign Process
Biometric Signature
Simple Signature
Identification Agent
Sign Configuration
Identification OTP
Identification Agent Admin
Identification OTP Admin
Contracts
Scoring
Securize