v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBCustom Entity
CustomEntities.batch_create_or_update
Create or update an batch of {custom_entity_api_name}
post/entities/{custom_entity_api_name}/batch-modify
Path parameters
custom_entity_api_namestring required
Custom entity api name
Query parameters
validation-levelinteger
Specify validation level of {custom_entity_api_name} on change. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship.
rollback-methodinteger
Specify rollback method for {custom_entity_api_name}. 0 - rollback all, 1 - rollback only failed records.
Response
Creation confirmation. Returns a list of created / updated {custom_entity_api_name}
Example response
{
"success": true,
"data": [
{
"http_status": 400,
"code": 117,
"name": "ERROR_PARAMETER_INVALID"
}
]
}