| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### API Request Parameters

- **id**  
  - *integer, required*  
  - The id of the contract

- **amount**  
  - *float*  
  - Amount of the total to be added to the split bill

- **taxable**  
  - *boolean*  
  - Whether the payer of the split bill pays sales tax.

- **split_bill_id**  
  - *number*  
  - id for the split bill that the split should be applied to

- **api-version**  
  - *integer, required*  
  - Target API version

### API Responses

# ``201      Created

**object**

- **Location**  
  - *string*  
  - Location of created resource

# ``401      Unauthorized

# ``403      Forbidden

# ``404      Not found

# ``415      Unsupported Media Type

# ``422      Unprocessable Content

### Example Curl Request

```bash
curl --request POST \
     --url https://api.dealerware.com/admin/contracts/id/split_bill/adjustment \
     --header 'accept: */*' \
     --header 'content-type: application/json'
```

### Response Example

```
xxxxxxxxxx

201 Created
```

|     |     |
| --- | --- |
| Location |  |
