# API Policy Products

### Base URL

`https://api.uat.laka.co/v3/policies/{policyId}/products`

### Request Example

```bash
curl --request POST \
     --url https://api.uat.laka.co/v3/policies/policyId/products \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Request Schema

- **policyId**: `string` (required)
- **personId**: `string` (required)
- **products**: `array of objects` (required)  
  - **products\***: `ADD object`
    - **clothing**: `object`
    - **accessories**: `object`
- **startDate**: `string`
- **endDate**: `string`
- **x-api-region**: `string`  
  The API region of your interaction. In most cases, this will match the customer region.
- **x-api-language**: `string`  
  Where applicable, the language for any textual content we may send to the customer.

### Response Example

```json
{  
  "status": 200,  
  "message": "Updated about 1 month ago"  
}
```
