Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSubscriptionOrderCreated

Added in release 2.31

Data object:

Property

Type

Description

SubscriptionOrderId

Guid

The BrickId of the order.

JSON body example:

Code Block
languagejson
{
  "Id": "00ee242b-382c-43c7-bb34-5b85e370898d",
  "BatchId": "fb560497-39f5-402d-896f-1959a2fdf783",
  "EventName": "SubscriptionOrderCreated",
  "Data": [
    {
      "SubscriptionOrderId": "9f8bb8fe-4d32-46e9-9c21-dd6784cf1a6b",
      "CreatedAtDateTime": "2021-03-31T09:12:24.0941805Z"
    }
  ]
}

...

Expand
titleSubscriptionOrderUpdated

Added in release 2.31

Data object:

Property

Type

Description

SubscriptionOrderId

Guid

The BrickId of the order.

JSON body example:

Code Block
languagejson
{
  "Id": "e36ae9d6-36ac-44e2-8caa-e7689687a338",
  "EventName": "SubscriptionOrderUpdated",
  "Data": [
    {
      "SubscriptionOrderId": "9f8bb8fe-4d32-46e9-9c21-dd6784cf1a6b",
      "CreatedAtDateTime": "2021-03-31T09:32:32.9704405Z"
    }
  ]
}

...