| Parameter Name | Required | Format | Comment |
|---|---|---|---|
| is_success | Yes | Boolean | Sent for successful API calls as true, else returned as false. |
| data | No | Object | Present if the API is successful. In this case, the status code would be 201. The structure is provided |
| error | No | Object | Present if the API is failed. In this case, the status code would be 400. |
Success Data Parameters
| Parameter Name | Required | Format | Comment |
|---|---|---|---|
| document_id | Yes | UUID | Document Id for referring to the document for future. |
| signatories | Yes | Array | An array of signatory information, which has signatory identifiers and the URL which you should open for signing. |
