Batch contract registration
This section provides detailed information on the endpoints that can be used to create and manage contracts. Contracts can be any type of documents with custom set of fields/elements.
Validate batch of contracts without saving
This method sends data only for validating JSON.
HTTP Method: POST
Path: {{baseUrl}}
/amlyze-ws-rest/validate-batch-contracts
ContentType: application/json
Authorization: Basic Auth
/Bearer Token
Validate batch of contracts with saving
This method sends data and imports contracts in Amlyze.
HTTP Method: POST
Path: {{baseUrl}}
/amlyze-ws-rest/batch-contracts
ContentType: application/json
Authorization: Basic Auth
/Bearer Token
API requests example
Fields
The data documentation can be found here.
List of possible responses
This part lists common responses after the submission of the request.
List of possible errors
This section lists the possible errors that can occur when making a bad account request to the API. A bad request is a request that somehow does not follow the API specifications.
Error Description |
---|
extId is mandatory |
code is mandatory |