| 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
# ```

```
x x x x x x x x x

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
