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

# Matters

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: CreateMatterRequest

## Properties

### attorneyResponsibleId?

> `optional` **attorneyResponsibleId**: `string`

Matter attorney responsible.

***

### clientIds

> **clientIds**: `string`\[]

Client(s) associated to the matter.

***

### clientRole

> **clientRole**: `string`

Role of the client.

***

### isLead

> **isLead**: `boolean`

True if the matter is a lead.

***

### matterTypeId

> **matterTypeId**: `string`

MatterType associated to the matter.

***

### openMatter?

> `optional` **openMatter**: `boolean`

True to open the matter when created.

***

### originatingAttorneyId?

> `optional` **originatingAttorneyId**: `string`

Matter originating attorney.

***

### personAssistingId?

> `optional` **personAssistingId**: `string`

Matter person assisting.

***

### supervisorId?

> `optional` **supervisorId**: `string`

Matter supervisor.
