NameDescriptionTypeAdditional information
InRow

The row number in the Input collection of FlatContactUpsertDto passed to the PreProcessUpsertContacts endpoint.

integer

None.

InRelatedRows

A comma separated list of row numbers that are related to the InRow. I.e. these are rows that have the same Personal Identifier (PI) information as the InRow.

string

None.

OutRow

The row number in the Output collection of ProcessedContactUpsertDto returned by the PreProcessUpsertContacts endpoint.

integer

None.

OutData

The Output of processing the InRow (and InRelatedRows) by the PreProcessUpsertContacts endpoint.

ContactUpsertDto

None.