| 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

- **type**: CoordinatesAddress  
- **description**: Coordinates object

#### parameters

- **type**: object  
- **description**: Parameters for a Calculate Response

#### consumption

- **type**: object  
- **description**: Payload Schema for consumption data

#### production

- **type**: object  
- **description**: Payload Schema for a Production data

#### storage

- **type**: object  
- **description**: Payload Schema for a Storage data

#### costs

- **type**: object  
- **description**: Payload Schema for Monetary and Emission Costs

# `` 200      Successful Response

# `` 422      Validation Error

```  
xxxxxxxxxx

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

### Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

``200``422

Updated 3 months ago.
