---
title: "Send Loan Agreement"
method: POST
path: "/v1/onboarding/send-agreement"
tags: ["Onboarding"]
---

# Send Loan Agreement

`POST /v1/onboarding/send-agreement`

## Headers

- `accept-language` string

## Request body

- SendAgreementDto
  - `customerReferenceNo` string, required — Customer Reference Number of company/business assigned by the platform to uniquely identify the customer. It's a unique number with a combination of alphabets, numeric and some special characters like dash, hash, ampersand and forward slash. - ``` /(^[a-zA-Z0-9#/-]+)$/ ```

## Response `200`

Email sent

- AgreementEmailResponse
  - `statusCode` number, required — The HTTP status code of the error
  - `data` string, required — Agreent sent status of application.
  - `message` string, required — Human-readable message containing all available details about the operation
  - `success` boolean, required — A boolean indicating whether this was a success response or an error response

## Other responses

- `400` — Invalid request
- `401` — Invalid credentials
- `403` — Forbidden resource
- `404` — Application not found
- `500` — Internal Server Error, Some problem is there, please try after sometime

---

[API](https://skmtc.net/credilinq/apis/credilinq-apis.md) · [All operations](https://skmtc.net/credilinq/apis/credilinq-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credilinq/credilinq-apis/revisions/fc4f4dd68f9b/schema)
