Public Web API: Response model for batch saving of items from different apps (Batch saving of items from different apps)

Methods

  • POST — Batch saving of items from different apps

Resource

{
    "error": "string",
    "pseudoIDsMap": {
        "<key>": {}
    },
    "savedItemsCount": "uint32",
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error text if success == false

Optional
pseudoIDsMap object

Map of pseudo identifiers to created identifiers

Optional
pseudoIDsMap.<key> map of object Optional
savedItemsCount uint32

Number of saved items

Optional
success boolean

Successful response flag

Optional