SplitRecords response message
- Last UpdatedAug 29, 2023
- 1 minute read
This is an example of the full structure of a SplitRecords response.
<SplitRecordsResponse>
<Context>
<OriginalRecord>
<Module>Downtime</Module>
<Location>Enterprise.Site.Area.Point</Location>
<SetId>101</SetId>
</OriginalRecord>
</Context>
<SplitRecordResults>
<SplitRecordResult>
<SetId>101</SetId>
<StartDateTimeUtc>2010-04-29T12:00:00Z</StartDateTimeUtc>
<EndDateTimeUtc>2010-04-29T13:00:00Z</EndDateTimeUtc>
</SplitRecordResult>
<SplitRecordResult>
<SetId>105</SetId>
<StartDateTimeUtc>2010-04-29T13:00:00Z</StartDateTimeUtc>
<EndDateTimeUtc>2010-04-29T13:30:00Z</EndDateTimeUtc>
</SplitRecordResult>
</SplitRecordResults>
</SplitRecordsResponse>
Response parameters: OriginalRecord section
Contains details about the original record.
<OriginalRecord>
<Module>Downtime</Module>
<Location>Enterprise.Site.Area.Point</Location>
<SetId>101</SetId>
</OriginalRecord>
|
Parameter |
Description |
|---|---|
|
Module |
The module containing the original record. Downtime, Energy. |
|
Location |
The full reporting point location of the original record. |
|
SetId |
Returns the SetId of the specific record that was updated. This is a unique identifier for the record. This property maps to the row.id returned by Get Data. It is a numeric value. When a record is edited, this is the ID for the specified record. When new records are inserted, this is a new ID for created records. For movements, the SetId is 0 (zero). |
|
LocationIdentifier |
The unique identifier for the reporting point from an external system. For example, an identifier from SAP for a reporting point. This is a string value. |
Response parameters: SplitRecordResult section
Contains the set of split record results, including the original record.
<SplitRecordResult>
<SetId>101</SetId>
<StartDateTimeUtc>2018-04-24T12:00:00Z</StartDateTimeUtc>
<EndDateTimeUtc>2018-04-24T13:00:00Z</EndDateTimeUtc>
</SplitRecordResult>
|
Parameter |
Description |
|---|---|
|
SplitRecordResult |
Contains the result details about an individual split record. |
|
SetId |
The split record identifier. This is a numerical value greater than zero (0). |
|
StartDateTimeUtc |
The date and time in UTC format at the start of the split record. |
|
EndDateTimeUtc |
The date and time in UTC format at the end of the split record. |