Versions Compared

Key

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

...

Expand
titleAccountCreated

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "AccountCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleActivityLogCreated

Data object:

Property

Type

Description

ActivityLogId

Guid

The BrickId of the activity log.

TypeKey

String

The type key of the activity log. TypeKey can be Message, Task or Note.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "ActivityLogCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",
  "Data": { [
    {
      "ActivityLogId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "TypeKey": "Message",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleAllocationTemplateCreated

Data object:

Property

Type

Description

AllocationTemplateId

Guid

The BrickId of the allocation template.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "AllocationTemplateCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
    {
  "Data": {
    "AllocationTemplateId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleInstrumentCreated

Data object:

Property

Type

Description

InstrumentId

Guid

The BrickId of the instrument.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "InstrumentCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
  "Data":  {
      "InstrumentId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titlePersonCreated

Data object:

Property

Type

Description

PersonId

Guid

The BrickId of the person.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "PersonCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "PersonId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
  }
    "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titlePowerOfAttorneyCreated

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

AgentId

Guid

The BrickId of the agent.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "PowerOfAttorneyCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "AgentId": "f351e163-02ce-4ce7-b911-fe0ccf840748",
     }
} "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleRecurringOrderTemplateCreated

Data object:

Property

Type

Description

OrderId

Guid

The BrickId of the recurring order template.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "RecurringOrderTemplateCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "OrderId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
Expand
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
expand
Expand
titleTradeOrderCreated

Data object:

Property

Type

Description

OrderId

Guid

The BrickId of the order.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "TradeOrderCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "OrderId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleTransactionCreated

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

AssetId

Guid

The BrickId of the asset.

BusinessTransactionId

Guid

The BrickId of the business transaction.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "TradeOrderCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "BusinessTransactionId": "21c5d670-8887-49aa-beed-a529086b1955",
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "AssetId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
    }
}  "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
expand
Expand
titleTransferOrderCreated

Data object:

Property

Type

Description

OrderId

Guid

The BrickId of the order.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "TransferOrderCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "OrderId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleTransferReceiverCreated

Data object:

Property

Type

Description

PersonId

Guid

The BrickId of the person.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "TransferReceiverCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "PersonId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
Expand
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleReservationCreated

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

AssetId

Guid

The BrickId of the asset.

ReservationId

Guid

The BrickId of the reservation.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "ReservationCreated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "ReservationId": "f8051803-d9ee-454c-8e80-89ef6dd8bc88",
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "AgentId": "f351e163-02ce-4ce7-b911-fe0ccf840748",
    }
}  "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleAccountUpdated

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "AccountUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
Expand
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleActivityLogUpdated

Data object:

Property

Type

Description

ActivityLogId

Guid

The BrickId of the activity log.

TypeKey

string

The type of the activity log. TypeKey can be Message, Task or Note.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "ActivityLogUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "ActivityLogId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "TypeKey": "Message",
     }
} "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleAllocationTemplateUpdated

Data object:

Property

Type

Description

AllocationTemplateId

Guid

The BrickId of the allocation template.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "ActivityLogUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "AllocationTemplateId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
Expand
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
expand
Expand
titleInstrumentUpdated

Data object:

Property

Type

Description

InstrumentId

Guid

The BrickId of the instrument.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "InstrumentUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "InstrumentId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titlePersonUpdated

Data object:

Property

Type

Description

PersonId

Guid

The BrickId of the person.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "PersonUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "PersonId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
Expand
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titlePowerOfAttorneyUpdated

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

AgentId

Guid

The BrickId of the agent.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "PowerOfAttorneyUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "AgentId": "f351e163-02ce-4ce7-b911-fe0ccf840748",
     }
} "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleTradeOrderUpdated

Data object:

Property

Type

Description

OrderId

Guid

The BrickId of the order.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "TradeOrderUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "OrderId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
     }
}
Expand
 "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleTransferOrderUpdated

Data object:

Property

Type

Description

OrderId

Guid

The BrickId of the order.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "TransferOrderUpdated",
  "Data": [
    {
      "OrderId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z",
  "Data": {"
    "OrderId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03"
  }}
  ]
}
Expand
titleTransferReceiverUpdated

Data object:

Property

Type

Description

PersonId

Guid

The BrickId of the person.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "TransferReceiverUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "PersonId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03"-4ef6-a4ed-5b604215ee03",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleReservationUpdated

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

AssetId

Guid

Teh BrickId of the asset.

ReservationId

Guid

The BrickId of the reservation.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "ReservationUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "ReservationId": "f8051803-d9ee-454c-8e80-89ef6dd8bc88",
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "AgentId": "f351e163-02ce-4ce7-b911-fe0ccf840748-fe0ccf840748",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleRecurringOrderTemplateUpdated

Data object:

Property

Type

Description

OrderId

Guid

The BrickId of the recurring order template.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "RecurringOrderTemplateUpdated",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z",[
   "Data": {
      "OrderId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03"-a4ed-5b604215ee03",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titlePowerOfAttorneyDeleted

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

AgentId

Guid

The BrickId of the agent.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "PowerOfAttorneyDeleted",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "AgentId": "f351e163-02ce-4ce7-b911-fe0ccf840748-fe0ccf840748",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleTransactionDeleted

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

AssetId

Guid

The BrickId of the asset.

BusinessTransactionId

Guid

The BrickId of the business transaction.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "TransactionDeleted",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "BusinessTransactionId": "21c5d670-8887-49aa-beed-a529086b1955",
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "AssetId": "f351e163-02ce-4ce7-b911-fe0ccf840748"",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}
Expand
titleReservationDeleted

Data object:

Property

Type

Description

AccountId

Guid

The BrickId of the account.

AssetId

Guid

Teh BrickId of the asset.

ReservationId

Guid

The BrickId of the reservation.

JSON body example:

Code Block
languagejson
{
  "Id": "4a92ced3-49fd-4ec4-ab4f-b1dce978da7f",
  "EventName": "ReservationDeleted",
  "CreatedAtDateTimeData": "2020-11-30T06:59:53.7972377Z", [
   "Data": {
      "ReservationId": "f8051803-d9ee-454c-8e80-89ef6dd8bc88",
      "AccountId": "fbafd9df-f74f-4ef6-a4ed-5b604215ee03",
      "AgentId": "f351e163-02ce-4ce7-b911-fe0ccf840748",
      "CreatedAtDateTime": "2020-11-30T06:59:53.7972377Z"
    }
  ]
}