Skip to main content

UpsertAssetsRequest

Assets to create or update

assets object[]required
  • Array [
  • uidstring
    externalIds object
    property name*string
    temporaryIdstring
    typestring
    namestring
    deletedAtstring
    groupedBy object[]

    List of all assets grouping the current asset

  • Array [
  • uidstring
    externalIds object
    property name*string
    temporaryIdstring
  • ]
  • groups object[]

    List of all assets grouped by the current asset

  • Array [
  • uidstring
    externalIds object
    property name*string
    temporaryIdstring
  • ]
  • properties object
    sourcestring
    simple object
    property name*string
    parent object
    uidstring
    externalIds object
    property name*string
    temporaryIdstring
    expirationDatestring
  • ]
  • UpsertAssetsRequest
    {
    "assets": [
    {
    "uid": "string",
    "externalIds": {},
    "temporaryId": "string",
    "type": "string",
    "name": "string",
    "deletedAt": "string",
    "groupedBy": [
    {
    "uid": "string",
    "externalIds": {},
    "temporaryId": "string"
    }
    ],
    "groups": [
    {
    "uid": "string",
    "externalIds": {},
    "temporaryId": "string"
    }
    ],
    "properties": {
    "source": "string",
    "simple": {}
    },
    "parent": {
    "uid": "string",
    "externalIds": {},
    "temporaryId": "string"
    },
    "expirationDate": "string"
    }
    ]
    }