UpsertDataOutput

FieldTypeDescription
isSuccessBooleanIndicates whether the entire operation (main and related) was successful.
isCreatedBooleantrue if a new main record was created; false if an existing was used.
errorMessageStringError message if the operation failed.
objectIdStringID of the main record created or updated.
objectDataMap<String, String>Field values of the resulting main record.
relatedListList<RelatedDataOutput>Results for each related record processed.