UpdateRecordStatus response message
- Last UpdatedAug 29, 2023
- 1 minute read
This is an example of the full structure of an UpdateRecordStatus response message.
<UpdateRecordStatusResponse>
<UpdateRecordStatusResults>
<UpdateRecordStatusResult>
<SetId>11257</SetId>
<RecordAction>Confirm</RecordAction>
</UpdateRecordStatusResult>
</UpdateRecordStatusResults>
</UpdateRecordStatusResponse>
Response parameters: UpdateRecordStatusResult section
The results of a single record update, containing the SetId and RecordAction.
<UpdateRecordStatusResult>
<SetId>11257</SetId>
<RecordAction>Confirm</RecordAction>
</UpdateRecordStatusResult>
|
Parameter |
Description |
|---|---|
|
SetId |
Returns the SetId of the specific record that was updated. This is a unique identifier for the record. This parameter maps to the row.id returned by GetData. 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). |
|
RecordAction |
Returns the action taken on the record: Confirm or Unconfirm. |