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

#### URL Expired

The URL for this request expired after 30 days.

## Payload Schema for a Calculate Request with optional address input

### location

- **required**
- CoordinatesAddress
- Coordinates object

### parameters

- **object**
- **required**
- Parameters for a Calculate Response
- CalculateRequestParameters object

### consumption

- **object**
- Payload Schema for consumption data
- Consumption object

### production

- **object**
- Payload Schema for a Production data
- Production object

### storage

- **object**
- Payload Schema for a Storage data
- Storage object

### costs

- **object**
- Payload Schema for Monetary and Emission Costs
- Costs object

# ``` 200      Successful Response

# ``` 422      Validation Error

## Example Request

```bash
curl --request POST \
     --url https://ei.palmetto.com/api/v0/bem/calculate \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Response Codes

| Code | Meaning                  |
| ---- | ----------------------- |
| 200  | Successful Response      |
| 422  | Validation Error        |
