# Custom Field Value

#### **Example**

```json
{
    "customFieldId":95475,
    "value":"some text"
}
```

#### Fields

| Field         | Type    | Comments                                                                                                                                                                                                                                |
| ------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| customFieldId | integer | Unique Id of custom field                                                                                                                                                                                                               |
| value         | string  | string containing value. Format of string depends on field type (correct formats can be checked in this [document](https://developers.socialboards.com/docs/apis/tickets/reference/enumerations/custom-field-types-and-values-formats)) |
