# 54006: Request entity too large

Log Level: ERROR

## Description

The size of the specified 'Data' parameter exceeds the size limit.

### Possible causes

* The size of a serialized JSON payload stored in a Sync Document, List Item, or Map Item cannot exceed 16KB; attempting to submit a larger object will yield this error.

### Possible solutions

* Reduce the size of the submitted JSON object by removing or compressing data.
* Split your data across multiple Map Items, List Items, or Documents.
