RelatedDataOutput

FieldTypeDescription
isSuccessBooleanIndicates if the related record was processed successfully.
isCreatedBooleantrue if a new related record was created; false if an existing was updated.
errorMessageStringError message for the related record, if any.
objectIdStringID of the related record.
objectDataMap<String, String>Field values of the related record.
relatedListList<RelatedDataOutput>Further nested related records (if any).