415 Unsupported media type
| Code | 415 | 
|---|---|
| Description | Unsupported media type | 
| Correlation ID | Unique identifier of the response. | 
| Type | Client. | 
| Message | The endpoint does not support the format of the request body. | 
| Generic Cause | Attached media type is not supported. | 
| Quick Fix | Verify that the media is uploaded correctly. Please consult our API specifications. | 
Error Example:
{
    "error": {
        "correlationId": "8374195b-dd57-453c-afea-a5c0e2d487d7",
        "type": "client",
        "message": "The endpoint does not support the format of the request body."
    }
}
