Published Attributes

Create Published Attribute Values

post/published-attributes/{published-attribute-token}/values

Request body

Example request

[
  {
    "value": 100,
    "external_entity_id": "alex-checking-accnt-1"
  },
  {
    "value": 999,
    "entity_token": "P-xfLo1NUtvxeVCpQHtx8c",
    "timestamp": "2023-09-01T00:00:00.000Z"
  }
]

Response

Created published attribute values for the entity.

0[] required— unresolved $ref

Example response

[
  {
    "value": 999,
    "timestamp": "2022-11-11 20:11:22",
    "entity_token": "P-xfLo1NUtvxeVCpQHtx8c",
    "created_at": "2023-09-03T02:03:36.052Z",
    "expires_at": null,
    "status": "inserted",
    "error": null,
    "message": null
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.