Public Web API: Batch saving of items from different apps — Request

Methods

  • POST — Batch saving of items from different apps

Resource

{
    "items": {},
    "withEventHandlers": "boolean"
}

Properties

Name Type Description Additional
items object

List of Items to be created (items must contain pseudo-identifiers in the format $ref/xxxx)

Required
withEventHandlers boolean

Run event handlers

Optional