Message
franchise listing report
Payload Example(s) (generated)
{
"topic": "realestate/franchise#listingreport",
"data": {
"type": "UpdateAction",
"object": {
"type": "ListingReport",
"batchId": "string",
"reportingOfficeId": "https://{officeid}.example.com/profile/card#me",
"dateCreated": "2019-08-24T14:15:22Z",
"listingsAddedCount": 0,
"totalListingsCount": 0
}
}
}
Payload
Name | Type | Description |
---|
(root) | object | - |
topic | string | const ("realestate/franchise#listingreport" ) |
data | object | - |
data.type | string | const ("UpdateAction" ) |
data.object | object | summary report of listing inventory count |
data.object.type | string | RECORD-TYPE |
data.object.batchId | string | BATCH-ID |
data.object.reportingOfficeId | string | OFFICE-ID format (uri ) |
data.object.dateCreated | string | YEAR-MONTH format (date-time ) |
data.object.listingsAddedCount | number | LISTINGS-TAKEN |
data.object.totalListingsCount | number | LISTINGS-INVENTORY |
Name | Type | Description |
---|
(root) | object | - |
time | string | date & time the event was produced format (date-time ) |
agent | string | if you are a multi-tenant app, then the agent is the user associated with the event data. any future events related to this message will be sent to the same agent/recipient format (uri ) |
instrument | string | the app or service that produced the event on behalf of the agent/user format (uri ) |
source | string | a copy of the event was sent to the source(s). format (uri ) |
originalRecipient | string | the originalRecipient helps you determine the subscription that delivered the event to you. if the originalRecipient is the same as the agent, then the you are subscribed to the agent. if the originalRecipient is different from the agent, then you are subscribed to the event source format (uri ) |
id | string | the Event ID (aka "Publish ID") is the immutable canonical identifier for the event. it is a URI that is unique to the event and will not change. all subscribers will receive the same id for the same event. format (uri ) |
@id | string | format (uri ) |