> For the complete documentation index, see [llms.txt](https://tag-api.agreefy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tag-api.agreefy.com/create-new-asset-holder.md).

# Create New Asset Holder

Adding new organization  asset holder

| Parameters             | Type       | Description                    |
| ---------------------- | ---------- | ------------------------------ |
| **name(Mandatory)**    | String(36) | **Asset Holder Name**          |
| **emailID(Mandatory)** | String(36) | **Asset Holder Email ID**      |
| **mobile(Mandatory)**  | INT        | **Asset Holder Mobile Number** |
| **departmentUUID**     | String(36) | **Department UUID**            |
| **subDepartmentUUID**  | String(36) | **Sub department UUID**        |

* URL Parameter&#x73;**:**

  **clientUUID**

## Add new organizatioan asset holder

<mark style="color:green;">`POST`</mark> `https://<baseurl>/v1/organization/assetholder/add/@clientUUID`

#### Path Parameters

| Name       | Type   | Description |
| ---------- | ------ | ----------- |
| clientUUID | string | Client UUID |

#### Headers

| Name           | Type   | Description          |
| -------------- | ------ | -------------------- |
| Authentication | string | Authentication token |

{% tabs %}
{% tab title="200 " %}

```
#########################################################################
## success
#########################################################################

{
    "message": "success",
    "status": 200
}


#########################################################################
## Error:Unable to save data
#########################################################################
            
{
	"message": "error",
	"status": 400,
	"description": "Unable to save data"
}
```

{% endtab %}
{% endtabs %}
