> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Customer

Add a customer with optional details.

<Note>
  External Documentation

  To learn more, visit the [N-able Cove documentation](https://developer.n-able.com/n-able-cove/docs/adding-customers-in-json-rpc-api).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter              | Description                                                                                                       |
  | ---------------------- | ----------------------------------------------------------------------------------------------------------------- |
  | Create Default Account | Select whether to create default account or use a custom one.                                                     |
  | Level                  | The level of the customer in the hierarchy tree.                                                                  |
  | Name                   | A login username for the new customer.<br /><br />**Note:** The username should be the same as the email address. |
  | Parent ID              | The ID of the customer to add the new customer to.                                                                |
  | Service Type           | The type of service provided for the customer.                                                                    |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                          | Description                                                                                                                                                                                      |
  | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Child Service Types                | The type of service the customer can provide to its own customers.                                                                                                                               |
  | Company Bank Account Number        | The bank account number to assign to the company.                                                                                                                                                |
  | Company Billing Contact Person ID  | The ID of the billing contact person to assign to the company.                                                                                                                                   |
  | Company Chamber Of Commerce Number | The chamber of commerce number to assign to the company.                                                                                                                                         |
  | Company Fax Number                 | The fax number to assign to the company.                                                                                                                                                         |
  | Company Phone Number               | The phone number to assign to the company.                                                                                                                                                       |
  | Company Post Address Address       | The address of the company.                                                                                                                                                                      |
  | Company Post Address City          | The city in which the company is located.                                                                                                                                                        |
  | Company Post Address Country       | The country in which the company is located in `ISO Aplha-2` format. For more information about the format, visit [Country Codes](https://www.nationsonline.org/oneworld/country_code_list.htm). |
  | Company Post Address District      | The district in which the company is located.                                                                                                                                                    |
  | Company Post Address State         | The state in which the company is located.                                                                                                                                                       |
  | Company Post Address Zip Code      | The zip code of the company's location.                                                                                                                                                          |
  | Company VAT Number                 | The VAT number to assign to the company.                                                                                                                                                         |
  | Company Website Address            | The website address to assign to the company.                                                                                                                                                    |
  | Device Country                     | The country the device is currently in.                                                                                                                                                          |
  | Flags                              | The flags to set.                                                                                                                                                                                |
  | ID                                 | The ID number of the new customer.                                                                                                                                                               |
  | Legal Company Name                 | The legal company to assign to the company.                                                                                                                                                      |
  | Location ID                        | The ID of the location that the customer is assigned to.                                                                                                                                         |
  | Region ID                          | The ID of the region to set to the customer.                                                                                                                                                     |
  | Responsible User ID                | The ID of the user who is responsible for the customer.                                                                                                                                          |
  | State                              | The current state of the customer.                                                                                                                                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "jsonrpc",
	"jsonrpc": "2.0",
	"result": {
		"result": 55806
	},
	"visa": "visa"
}
```

## Workflow Library Example

[Add Customer with N Able Cove and Send Results Via Email](https://library.blinkops.com/workflows/add-customer-with-n-able-cove-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-customer-with-n-able-cove-and-send-results-via-email/canvas" />
</div>
