|
In a single payload, you can successfully process 200 records with five fields being updated per record. The total number of records processed in a single payload request can be higher or lower than the recommended 200 count. It depends on the following factors:
• Number of custom triggers executed on save
• Number of fields being updated per record
• Total record count on the object when performing an update
• Type of org instance
|
Field
|
Required/Optional
|
Description
|
||
---|---|---|---|---|
ThingName
|
Optional
|
Unique identifier for a connected IB that is invoking the event.
|
||
ProductName
|
Optional
|
Name of product type of the asset.
|
||
InstalledProductName
|
Optional
|
Name of a specific instance of a product at a location.
|
||
SerialNumber
|
Optional
|
Serial number of the installed product.
|
||
ExternalId
|
Optional
|
External Id of the installed product.
|
Field
|
Required/Optional
|
Description
|
---|---|---|
Subject
|
Optional
|
IoT event detail that will be saved as the target record's subject
|
Description
|
Optional
|
Detailed message about the IoT event
|
Priority
|
Optional
|
Priority level for the IoT event (takes numeric value)
|
EventTime
|
Optional
|
Date and Time of the IoT event occurrence. The value should be in GMT. See Salesforce date and date time format.
|
AlertType
|
Optional
|
Type associated with the IoT event
|
Property
|
Optional
|
Property associated with the IoT event
|
ServiceSessionID
|
Optional
|
Session ID of the connection
|
Field
|
Optional/Required
|
Description
|
---|---|---|
Optional Parameters
|
Optional
|
Optional key-value pairs that can be passed in the payload
|