# Save Entity Field Cascade Save Entity Field Cascade Endpoint: POST /rest/2.0/ENTITY_FIELD_CASCADE Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Id` (string, required) Id: Cascade Id - `brmObjects.EntityFieldId` (integer) EntityFieldId - `brmObjects.EntityFieldAttrValue` (string, required) EntityFieldAttrValue - `brmObjects.RefEntityFieldId` (string) RefEntityFieldId: Reference Entity Field Id - `brmObjects.RefEntityFieldValue` (string) RefEntityFieldValue: Reference Entity Field Value - `brmObjects.RefEntityFieldCond` (string) RefEntityFieldCond: Reference Entity Field Condition - `brmObjects.RenderPriority` (string, required) RenderPriority ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.Id` (string) Id: Cascade Id - `retrieveResponse.EntityFieldId` (integer) EntityFieldId - `retrieveResponse.EntityFieldAttrValue` (string) EntityFieldAttrValue - `retrieveResponse.RefEntityFieldId` (string) RefEntityFieldId: Reference Entity Field Id - `retrieveResponse.RefEntityFieldValue` (string) RefEntityFieldValue: Reference Entity Field Value - `retrieveResponse.RefEntityFieldCond` (string) RefEntityFieldCond: Reference Entity Field Condition - `retrieveResponse.RenderPriority` (string) RenderPriority ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error