| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

---

### API Parameters

- **interviewId**: string
- **signaturePositionsOnContracts**: object
- **includeSignedDocumentInResponse**: boolean  
  Includes the signed document in base64 in response. (true/false)
- **includeNom151SignatureInResponse**: boolean  
  Includes the Nom 151 signature of the signed document in the response. (true/false)
- **includeSignedDocumentWithNom151InResponse**: boolean  
  Includes the signed document with the Nom 151 signature attached in the pdf in the response. (true/false)
- **includeCertificateDetailsInResponse**: boolean  
  Include the certificate details with which the Nom151 signature was created. (true/false)
- **api-version**: string  
  required  
  Defaults to 1.0

### HTTP Response Codes

- **200**: OK
- **400**: Bad Request

---

### Example Request

```bash
curl --request POST \
     --url https://demo-api.incodesmile.com/omni/attach-signature-to-pdf/v2 \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'
```

---

### Additional Information

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

---
