GET Async/{clientId}/Import/{accessToken}/Exceptions?limit={limit}&offset={offset}

Retrieve Exceptions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

Your required clientId used to access the WebAPI. A 404 is returned if this value is invalid.

string

Required

accessToken

Access token returned from InitiateBulkImport call

integer

Required

limit

Optional maximum number of records to return. Defaults to 1000 if not specified.

integer

Default value is 1000

offset

Optional offset of the first record to return. Defaults to 0 if not specified.

integer

Default value is 0

Body Parameters

None.

Response Information

Response Codes

HTTP Status CodeTextDescription
200 OK The request was successfully processed.
400 Bad Request The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401 Unauthorized Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403 Forbidden The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
500 Internal Server Error The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.

Resource Description

BulkImportException
NameDescriptionTypeAdditional information
Count

Number of records returned

integer

Read-Only

HasMore

True if there are more records to retrieve, false otherwise

boolean

Read-Only

Limit

Maximum number of records to return

integer

Read-Only

Offset

0 based index of the first record to retreive

integer

Read-Only

TotalResults

Total number of records associated with the accessToken

integer

Read-Only

FailedRecords

List of failed records

Collection of BulkUserProfilePreferenceException

Response Formats

application/json, text/json, application/json-patch+json

Sample:
{
  "Count": 1,
  "HasMore": true,
  "Limit": 3,
  "Offset": 4,
  "TotalResults": 5,
  "FailedRecords": [
    {
      "SequenceNumber": 1,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "CustomerName": {
        "FirstName": "sample string 1",
        "MiddleName": "sample string 2",
        "LastName": "sample string 3",
        "Prefix": "sample string 4",
        "Suffix": "sample string 5"
      },
      "Consents": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "sample string 3",
          "ConsentStatus": 1,
          "ConsentDate": "sample string 4"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "sample string 3",
          "ConsentStatus": 1,
          "ConsentDate": "sample string 4"
        }
      ],
      "ProfilePreferences": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "ProgramId": "sample string 1",
          "ChannelId": "sample string 2",
          "Consents": [
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2"
            },
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2"
            }
          ],
          "MatchType": "sample string 3",
          "ReasonCode": "sample string 4",
          "ExpirationDate": "sample string 5",
          "PreferenceStatus": "sample string 6",
          "LastModifiedDate": "sample string 7",
          "UserId": "sample string 8",
          "SourceId": "sample string 9",
          "FilterId": "sample string 10",
          "PreferenceType": 1,
          "FrequencyId": "sample string 11",
          "PreferenceAttributes": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            },
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ],
          "CustomerDate": "sample string 12"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "ProgramId": "sample string 1",
          "ChannelId": "sample string 2",
          "Consents": [
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2"
            },
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2"
            }
          ],
          "MatchType": "sample string 3",
          "ReasonCode": "sample string 4",
          "ExpirationDate": "sample string 5",
          "PreferenceStatus": "sample string 6",
          "LastModifiedDate": "sample string 7",
          "UserId": "sample string 8",
          "SourceId": "sample string 9",
          "FilterId": "sample string 10",
          "PreferenceType": 1,
          "FrequencyId": "sample string 11",
          "PreferenceAttributes": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            },
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ],
          "CustomerDate": "sample string 12"
        }
      ],
      "AlternateIds": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "AlternateIdType": "sample string 1",
          "AlternateId": "sample string 2"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "AlternateIdType": "sample string 1",
          "AlternateId": "sample string 2"
        }
      ],
      "Addresses": [
        {
          "AddressPreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "CassAddress1": "sample string 1",
          "CassAddress2": "sample string 2",
          "CassCity": "sample string 3",
          "CassStateProvince": "sample string 4",
          "CassPostalCode": "sample string 5",
          "CassStatus": "sample string 6",
          "Country": "sample string 7",
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "AddressType": "sample string 12",
          "IsDefault": true,
          "Address1": "sample string 21",
          "Address2": "sample string 22",
          "City": "sample string 23",
          "StateProvince": "sample string 24",
          "CountryCode_Numeric": "sample string 25",
          "CountryCode_Alpha2": "sample string 26",
          "CountryCode_Alpha3": "sample string 27",
          "PostalCode": "sample string 28"
        },
        {
          "AddressPreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "CassAddress1": "sample string 1",
          "CassAddress2": "sample string 2",
          "CassCity": "sample string 3",
          "CassStateProvince": "sample string 4",
          "CassPostalCode": "sample string 5",
          "CassStatus": "sample string 6",
          "Country": "sample string 7",
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "AddressType": "sample string 12",
          "IsDefault": true,
          "Address1": "sample string 21",
          "Address2": "sample string 22",
          "City": "sample string 23",
          "StateProvince": "sample string 24",
          "CountryCode_Numeric": "sample string 25",
          "CountryCode_Alpha2": "sample string 26",
          "CountryCode_Alpha3": "sample string 27",
          "PostalCode": "sample string 28"
        }
      ],
      "PhoneNumbers": [
        {
          "PhonePreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "PhoneType": "sample string 1",
          "PhoneNumber": "sample string 2",
          "PhoneNumberNumeric": 3,
          "IsDefault": true,
          "IsMobile": true,
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          }
        },
        {
          "PhonePreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "PhoneType": "sample string 1",
          "PhoneNumber": "sample string 2",
          "PhoneNumberNumeric": 3,
          "IsDefault": true,
          "IsMobile": true,
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          }
        }
      ],
      "Emails": [
        {
          "EmailPreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "EmailAddressType": "sample string 1",
          "EmailAddress": "sample string 2",
          "IsDefault": true,
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "EmailAddressChecksum": 4
        },
        {
          "EmailPreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "EmailAddressType": "sample string 1",
          "EmailAddress": "sample string 2",
          "IsDefault": true,
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "EmailAddressChecksum": 4
        }
      ],
      "Groups": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "GroupType": "sample string 1",
          "IsPrimary": true,
          "GroupName": "sample string 3"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "GroupType": "sample string 1",
          "IsPrimary": true,
          "GroupName": "sample string 3"
        }
      ],
      "ProfileTags": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "Name": "sample string 1"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "Name": "sample string 1"
        }
      ],
      "CustomFields": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "Name": "sample string 1",
          "Value": "sample string 2",
          "ValueChecksum": 3
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "Name": "sample string 1",
          "Value": "sample string 2",
          "ValueChecksum": 3
        }
      ],
      "Exceptions": [
        {
          "ErrorMessage": "sample string 1",
          "ErrorCode": "sample string 2",
          "ErrorField": "sample string 3"
        },
        {
          "ErrorMessage": "sample string 1",
          "ErrorCode": "sample string 2",
          "ErrorField": "sample string 3"
        }
      ],
      "ProfileId": 2,
      "IsActive": true,
      "DefaultLocale": "sample string 3",
      "RegistrationConfirmed": true,
      "CustomerType": "sample string 4",
      "PreservePreferences": true
    },
    {
      "SequenceNumber": 1,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "CustomerName": {
        "FirstName": "sample string 1",
        "MiddleName": "sample string 2",
        "LastName": "sample string 3",
        "Prefix": "sample string 4",
        "Suffix": "sample string 5"
      },
      "Consents": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "sample string 3",
          "ConsentStatus": 1,
          "ConsentDate": "sample string 4"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "sample string 3",
          "ConsentStatus": 1,
          "ConsentDate": "sample string 4"
        }
      ],
      "ProfilePreferences": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "ProgramId": "sample string 1",
          "ChannelId": "sample string 2",
          "Consents": [
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2"
            },
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2"
            }
          ],
          "MatchType": "sample string 3",
          "ReasonCode": "sample string 4",
          "ExpirationDate": "sample string 5",
          "PreferenceStatus": "sample string 6",
          "LastModifiedDate": "sample string 7",
          "UserId": "sample string 8",
          "SourceId": "sample string 9",
          "FilterId": "sample string 10",
          "PreferenceType": 1,
          "FrequencyId": "sample string 11",
          "PreferenceAttributes": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            },
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ],
          "CustomerDate": "sample string 12"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "ProgramId": "sample string 1",
          "ChannelId": "sample string 2",
          "Consents": [
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2"
            },
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2"
            }
          ],
          "MatchType": "sample string 3",
          "ReasonCode": "sample string 4",
          "ExpirationDate": "sample string 5",
          "PreferenceStatus": "sample string 6",
          "LastModifiedDate": "sample string 7",
          "UserId": "sample string 8",
          "SourceId": "sample string 9",
          "FilterId": "sample string 10",
          "PreferenceType": 1,
          "FrequencyId": "sample string 11",
          "PreferenceAttributes": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            },
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ],
          "CustomerDate": "sample string 12"
        }
      ],
      "AlternateIds": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "AlternateIdType": "sample string 1",
          "AlternateId": "sample string 2"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "AlternateIdType": "sample string 1",
          "AlternateId": "sample string 2"
        }
      ],
      "Addresses": [
        {
          "AddressPreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "CassAddress1": "sample string 1",
          "CassAddress2": "sample string 2",
          "CassCity": "sample string 3",
          "CassStateProvince": "sample string 4",
          "CassPostalCode": "sample string 5",
          "CassStatus": "sample string 6",
          "Country": "sample string 7",
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "AddressType": "sample string 12",
          "IsDefault": true,
          "Address1": "sample string 21",
          "Address2": "sample string 22",
          "City": "sample string 23",
          "StateProvince": "sample string 24",
          "CountryCode_Numeric": "sample string 25",
          "CountryCode_Alpha2": "sample string 26",
          "CountryCode_Alpha3": "sample string 27",
          "PostalCode": "sample string 28"
        },
        {
          "AddressPreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "CassAddress1": "sample string 1",
          "CassAddress2": "sample string 2",
          "CassCity": "sample string 3",
          "CassStateProvince": "sample string 4",
          "CassPostalCode": "sample string 5",
          "CassStatus": "sample string 6",
          "Country": "sample string 7",
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "AddressType": "sample string 12",
          "IsDefault": true,
          "Address1": "sample string 21",
          "Address2": "sample string 22",
          "City": "sample string 23",
          "StateProvince": "sample string 24",
          "CountryCode_Numeric": "sample string 25",
          "CountryCode_Alpha2": "sample string 26",
          "CountryCode_Alpha3": "sample string 27",
          "PostalCode": "sample string 28"
        }
      ],
      "PhoneNumbers": [
        {
          "PhonePreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "PhoneType": "sample string 1",
          "PhoneNumber": "sample string 2",
          "PhoneNumberNumeric": 3,
          "IsDefault": true,
          "IsMobile": true,
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          }
        },
        {
          "PhonePreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "PhoneType": "sample string 1",
          "PhoneNumber": "sample string 2",
          "PhoneNumberNumeric": 3,
          "IsDefault": true,
          "IsMobile": true,
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          }
        }
      ],
      "Emails": [
        {
          "EmailPreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "EmailAddressType": "sample string 1",
          "EmailAddress": "sample string 2",
          "IsDefault": true,
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "EmailAddressChecksum": 4
        },
        {
          "EmailPreferences": [
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            },
            {
              "Exceptions": [
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                },
                {
                  "ErrorMessage": "sample string 1",
                  "ErrorCode": "sample string 2",
                  "ErrorField": "sample string 3"
                }
              ],
              "ProgramId": "sample string 1",
              "ChannelId": "sample string 2",
              "Consents": [
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                },
                {
                  "ConsentType": "sample string 1",
                  "ConsentVersion": "sample string 2"
                }
              ],
              "MatchType": "sample string 3",
              "ReasonCode": "sample string 4",
              "ExpirationDate": "sample string 5",
              "PreferenceStatus": "sample string 6",
              "LastModifiedDate": "sample string 7",
              "UserId": "sample string 8",
              "SourceId": "sample string 9",
              "FilterId": "sample string 10",
              "PreferenceType": 1,
              "FrequencyId": "sample string 11",
              "PreferenceAttributes": [
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                },
                {
                  "Key": "sample string 1",
                  "Value": "sample string 2"
                }
              ],
              "CustomerDate": "sample string 12"
            }
          ],
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "EmailAddressType": "sample string 1",
          "EmailAddress": "sample string 2",
          "IsDefault": true,
          "IsActive": true,
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "EmailAddressChecksum": 4
        }
      ],
      "Groups": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "GroupType": "sample string 1",
          "IsPrimary": true,
          "GroupName": "sample string 3"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "GroupType": "sample string 1",
          "IsPrimary": true,
          "GroupName": "sample string 3"
        }
      ],
      "ProfileTags": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "Name": "sample string 1"
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "Name": "sample string 1"
        }
      ],
      "CustomFields": [
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "Name": "sample string 1",
          "Value": "sample string 2",
          "ValueChecksum": 3
        },
        {
          "Exceptions": [
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            },
            {
              "ErrorMessage": "sample string 1",
              "ErrorCode": "sample string 2",
              "ErrorField": "sample string 3"
            }
          ],
          "Name": "sample string 1",
          "Value": "sample string 2",
          "ValueChecksum": 3
        }
      ],
      "Exceptions": [
        {
          "ErrorMessage": "sample string 1",
          "ErrorCode": "sample string 2",
          "ErrorField": "sample string 3"
        },
        {
          "ErrorMessage": "sample string 1",
          "ErrorCode": "sample string 2",
          "ErrorField": "sample string 3"
        }
      ],
      "ProfileId": 2,
      "IsActive": true,
      "DefaultLocale": "sample string 3",
      "RegistrationConfirmed": true,
      "CustomerType": "sample string 4",
      "PreservePreferences": true
    }
  ]
}

application/xml, text/xml

Sample:
<BulkImportException xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models.Import">
  <Count>1</Count>
  <FailedRecords>
    <BulkUserProfilePreferenceException>
      <CustomerType>sample string 4</CustomerType>
      <DefaultLocale>sample string 3</DefaultLocale>
      <IsActive>true</IsActive>
      <PreservePreferences>true</PreservePreferences>
      <ProfileId>2</ProfileId>
      <RegistrationConfirmed>true</RegistrationConfirmed>
      <Addresses>
        <BulkAddressPreference>
          <Address1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 21</Address1>
          <Address2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 22</Address2>
          <City xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 23</City>
          <CountryCode_Alpha2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 26</CountryCode_Alpha2>
          <CountryCode_Alpha3 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 27</CountryCode_Alpha3>
          <CountryCode_Numeric xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 25</CountryCode_Numeric>
          <PostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 28</PostalCode>
          <StateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 24</StateProvince>
          <AddressType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</AddressType>
          <CassAddress1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</CassAddress1>
          <CassAddress2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</CassAddress2>
          <CassCity xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</CassCity>
          <CassPostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</CassPostalCode>
          <CassStateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</CassStateProvince>
          <CassStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</CassStatus>
          <CassStreetName xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 15</CassStreetName>
          <CassStreetNumber xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 14</CassStreetNumber>
          <CassStreetPostDirectional xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 17</CassStreetPostDirectional>
          <CassStreetPreDirectional xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 13</CassStreetPreDirectional>
          <CassStreetSuffix xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 16</CassStreetSuffix>
          <CassSuite xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 18</CassSuite>
          <CassZip xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 19</CassZip>
          <CassZip4 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 20</CassZip4>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">false</SendingToDB>
          <AddressTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">9</AddressTypeLink>
          <CassAddress1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</CassAddress1>
          <CassAddress2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</CassAddress2>
          <CassCity xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</CassCity>
          <CassPostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</CassPostalCode>
          <CassStateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</CassStateProvince>
          <CassStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</CassStatus>
          <Country xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</Country>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.2912864-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.2912864-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <AddressPreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </AddressPreferences>
        </BulkAddressPreference>
        <BulkAddressPreference>
          <Address1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 21</Address1>
          <Address2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 22</Address2>
          <City xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 23</City>
          <CountryCode_Alpha2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 26</CountryCode_Alpha2>
          <CountryCode_Alpha3 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 27</CountryCode_Alpha3>
          <CountryCode_Numeric xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 25</CountryCode_Numeric>
          <PostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 28</PostalCode>
          <StateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 24</StateProvince>
          <AddressType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</AddressType>
          <CassAddress1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</CassAddress1>
          <CassAddress2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</CassAddress2>
          <CassCity xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</CassCity>
          <CassPostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</CassPostalCode>
          <CassStateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</CassStateProvince>
          <CassStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</CassStatus>
          <CassStreetName xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 15</CassStreetName>
          <CassStreetNumber xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 14</CassStreetNumber>
          <CassStreetPostDirectional xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 17</CassStreetPostDirectional>
          <CassStreetPreDirectional xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 13</CassStreetPreDirectional>
          <CassStreetSuffix xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 16</CassStreetSuffix>
          <CassSuite xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 18</CassSuite>
          <CassZip xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 19</CassZip>
          <CassZip4 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 20</CassZip4>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">false</SendingToDB>
          <AddressTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">9</AddressTypeLink>
          <CassAddress1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</CassAddress1>
          <CassAddress2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</CassAddress2>
          <CassCity xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</CassCity>
          <CassPostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</CassPostalCode>
          <CassStateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</CassStateProvince>
          <CassStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</CassStatus>
          <Country xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</Country>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.2912864-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.2912864-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <AddressPreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </AddressPreferences>
        </BulkAddressPreference>
      </Addresses>
      <AlternateIds>
        <BulkAlternateIdEntry>
          <AlternateId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</AlternateId>
          <AlternateIdType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</AlternateIdType>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkAlternateIdEntry>
        <BulkAlternateIdEntry>
          <AlternateId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</AlternateId>
          <AlternateIdType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</AlternateIdType>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkAlternateIdEntry>
      </AlternateIds>
      <Consents>
        <BulkCustomerConsent>
          <ConsentDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ConsentDate>
          <ConsentStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">Granted</ConsentStatus>
          <ConsentType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ConsentType>
          <ConsentVersion xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ConsentVersion>
          <Locale xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</Locale>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkCustomerConsent>
        <BulkCustomerConsent>
          <ConsentDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ConsentDate>
          <ConsentStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">Granted</ConsentStatus>
          <ConsentType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ConsentType>
          <ConsentVersion xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ConsentVersion>
          <Locale xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</Locale>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkCustomerConsent>
      </Consents>
      <CustomFields>
        <BulkCustomFieldValue>
          <Name xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</Name>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</SendingToDB>
          <Value xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</Value>
          <ValueChecksum xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">3</ValueChecksum>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkCustomFieldValue>
        <BulkCustomFieldValue>
          <Name xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</Name>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</SendingToDB>
          <Value xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</Value>
          <ValueChecksum xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">3</ValueChecksum>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkCustomFieldValue>
      </CustomFields>
      <CustomerName xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
        <d4p1:FirstName>sample string 1</d4p1:FirstName>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:MiddleName>sample string 2</d4p1:MiddleName>
        <d4p1:Prefix>sample string 4</d4p1:Prefix>
        <d4p1:Suffix>sample string 5</d4p1:Suffix>
      </CustomerName>
      <Edited xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
        <d4p1:CreateDate>sample string 1</d4p1:CreateDate>
        <d4p1:CreatedBy>sample string 2</d4p1:CreatedBy>
        <d4p1:ModifiedBy>sample string 4</d4p1:ModifiedBy>
        <d4p1:ModifiedDate>sample string 3</d4p1:ModifiedDate>
      </Edited>
      <Emails>
        <BulkEmailPreference>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <EmailAddress xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</EmailAddress>
          <EmailAddressChecksum xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">4</EmailAddressChecksum>
          <EmailAddressType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</EmailAddressType>
          <EmailAddressTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">5</EmailAddressTypeLink>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</SendingToDB>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <EmailPreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </EmailPreferences>
        </BulkEmailPreference>
        <BulkEmailPreference>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <EmailAddress xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</EmailAddress>
          <EmailAddressChecksum xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">4</EmailAddressChecksum>
          <EmailAddressType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</EmailAddressType>
          <EmailAddressTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">5</EmailAddressTypeLink>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</SendingToDB>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <EmailPreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </EmailPreferences>
        </BulkEmailPreference>
      </Emails>
      <Exceptions>
        <ExceptionsDefinition>
          <ErrorCode>sample string 2</ErrorCode>
          <ErrorField>sample string 3</ErrorField>
          <ErrorMessage>sample string 1</ErrorMessage>
        </ExceptionsDefinition>
        <ExceptionsDefinition>
          <ErrorCode>sample string 2</ErrorCode>
          <ErrorField>sample string 3</ErrorField>
          <ErrorMessage>sample string 1</ErrorMessage>
        </ExceptionsDefinition>
      </Exceptions>
      <Groups>
        <BulkGroupEntry>
          <GroupName xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</GroupName>
          <GroupType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</GroupType>
          <IsPrimary xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsPrimary>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkGroupEntry>
        <BulkGroupEntry>
          <GroupName xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</GroupName>
          <GroupType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</GroupType>
          <IsPrimary xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsPrimary>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkGroupEntry>
      </Groups>
      <PhoneNumbers>
        <BulkPhoneNumberPreference>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <IsMobile xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsMobile>
          <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</PhoneNumber>
          <PhoneNumberNumeric xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">3</PhoneNumberNumeric>
          <PhoneType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</PhoneType>
          <PhoneTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">5</PhoneTypeLink>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <PhonePreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </PhonePreferences>
        </BulkPhoneNumberPreference>
        <BulkPhoneNumberPreference>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <IsMobile xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsMobile>
          <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</PhoneNumber>
          <PhoneNumberNumeric xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">3</PhoneNumberNumeric>
          <PhoneType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</PhoneType>
          <PhoneTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">5</PhoneTypeLink>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <PhonePreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </PhonePreferences>
        </BulkPhoneNumberPreference>
      </PhoneNumbers>
      <ProfilePreferences>
        <BulkProfilePreference>
          <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
          <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
          <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
          <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <PreferenceAttribute>
              <Key>sample string 1</Key>
              <Value>sample string 2</Value>
            </PreferenceAttribute>
            <PreferenceAttribute>
              <Key>sample string 1</Key>
              <Value>sample string 2</Value>
            </PreferenceAttribute>
          </PreferenceAttributes>
          <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
          <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
          <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <ConsentFilterVersion>
              <ConsentType>sample string 1</ConsentType>
              <ConsentVersion>sample string 2</ConsentVersion>
            </ConsentFilterVersion>
            <ConsentFilterVersion>
              <ConsentType>sample string 1</ConsentType>
              <ConsentVersion>sample string 2</ConsentVersion>
            </ConsentFilterVersion>
          </Consents>
          <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
          <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
          <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
          <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
          <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
          <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
          <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
          <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkProfilePreference>
        <BulkProfilePreference>
          <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
          <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
          <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
          <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <PreferenceAttribute>
              <Key>sample string 1</Key>
              <Value>sample string 2</Value>
            </PreferenceAttribute>
            <PreferenceAttribute>
              <Key>sample string 1</Key>
              <Value>sample string 2</Value>
            </PreferenceAttribute>
          </PreferenceAttributes>
          <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
          <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
          <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <ConsentFilterVersion>
              <ConsentType>sample string 1</ConsentType>
              <ConsentVersion>sample string 2</ConsentVersion>
            </ConsentFilterVersion>
            <ConsentFilterVersion>
              <ConsentType>sample string 1</ConsentType>
              <ConsentVersion>sample string 2</ConsentVersion>
            </ConsentFilterVersion>
          </Consents>
          <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
          <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
          <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
          <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
          <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
          <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
          <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
          <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkProfilePreference>
      </ProfilePreferences>
      <ProfileTags>
        <BulkTag>
          <Name xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</Name>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkTag>
        <BulkTag>
          <Name xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</Name>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkTag>
      </ProfileTags>
      <SequenceNumber>1</SequenceNumber>
    </BulkUserProfilePreferenceException>
    <BulkUserProfilePreferenceException>
      <CustomerType>sample string 4</CustomerType>
      <DefaultLocale>sample string 3</DefaultLocale>
      <IsActive>true</IsActive>
      <PreservePreferences>true</PreservePreferences>
      <ProfileId>2</ProfileId>
      <RegistrationConfirmed>true</RegistrationConfirmed>
      <Addresses>
        <BulkAddressPreference>
          <Address1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 21</Address1>
          <Address2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 22</Address2>
          <City xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 23</City>
          <CountryCode_Alpha2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 26</CountryCode_Alpha2>
          <CountryCode_Alpha3 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 27</CountryCode_Alpha3>
          <CountryCode_Numeric xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 25</CountryCode_Numeric>
          <PostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 28</PostalCode>
          <StateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 24</StateProvince>
          <AddressType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</AddressType>
          <CassAddress1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</CassAddress1>
          <CassAddress2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</CassAddress2>
          <CassCity xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</CassCity>
          <CassPostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</CassPostalCode>
          <CassStateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</CassStateProvince>
          <CassStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</CassStatus>
          <CassStreetName xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 15</CassStreetName>
          <CassStreetNumber xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 14</CassStreetNumber>
          <CassStreetPostDirectional xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 17</CassStreetPostDirectional>
          <CassStreetPreDirectional xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 13</CassStreetPreDirectional>
          <CassStreetSuffix xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 16</CassStreetSuffix>
          <CassSuite xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 18</CassSuite>
          <CassZip xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 19</CassZip>
          <CassZip4 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 20</CassZip4>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">false</SendingToDB>
          <AddressTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">9</AddressTypeLink>
          <CassAddress1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</CassAddress1>
          <CassAddress2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</CassAddress2>
          <CassCity xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</CassCity>
          <CassPostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</CassPostalCode>
          <CassStateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</CassStateProvince>
          <CassStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</CassStatus>
          <Country xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</Country>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.2912864-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.2912864-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <AddressPreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </AddressPreferences>
        </BulkAddressPreference>
        <BulkAddressPreference>
          <Address1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 21</Address1>
          <Address2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 22</Address2>
          <City xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 23</City>
          <CountryCode_Alpha2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 26</CountryCode_Alpha2>
          <CountryCode_Alpha3 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 27</CountryCode_Alpha3>
          <CountryCode_Numeric xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 25</CountryCode_Numeric>
          <PostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 28</PostalCode>
          <StateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 24</StateProvince>
          <AddressType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</AddressType>
          <CassAddress1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</CassAddress1>
          <CassAddress2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</CassAddress2>
          <CassCity xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</CassCity>
          <CassPostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</CassPostalCode>
          <CassStateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</CassStateProvince>
          <CassStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</CassStatus>
          <CassStreetName xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 15</CassStreetName>
          <CassStreetNumber xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 14</CassStreetNumber>
          <CassStreetPostDirectional xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 17</CassStreetPostDirectional>
          <CassStreetPreDirectional xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 13</CassStreetPreDirectional>
          <CassStreetSuffix xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 16</CassStreetSuffix>
          <CassSuite xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 18</CassSuite>
          <CassZip xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 19</CassZip>
          <CassZip4 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 20</CassZip4>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">false</SendingToDB>
          <AddressTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">9</AddressTypeLink>
          <CassAddress1 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</CassAddress1>
          <CassAddress2 xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</CassAddress2>
          <CassCity xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</CassCity>
          <CassPostalCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</CassPostalCode>
          <CassStateProvince xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</CassStateProvince>
          <CassStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</CassStatus>
          <Country xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</Country>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.2912864-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.2912864-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <AddressPreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </AddressPreferences>
        </BulkAddressPreference>
      </Addresses>
      <AlternateIds>
        <BulkAlternateIdEntry>
          <AlternateId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</AlternateId>
          <AlternateIdType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</AlternateIdType>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkAlternateIdEntry>
        <BulkAlternateIdEntry>
          <AlternateId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</AlternateId>
          <AlternateIdType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</AlternateIdType>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkAlternateIdEntry>
      </AlternateIds>
      <Consents>
        <BulkCustomerConsent>
          <ConsentDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ConsentDate>
          <ConsentStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">Granted</ConsentStatus>
          <ConsentType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ConsentType>
          <ConsentVersion xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ConsentVersion>
          <Locale xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</Locale>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkCustomerConsent>
        <BulkCustomerConsent>
          <ConsentDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ConsentDate>
          <ConsentStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">Granted</ConsentStatus>
          <ConsentType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ConsentType>
          <ConsentVersion xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ConsentVersion>
          <Locale xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</Locale>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkCustomerConsent>
      </Consents>
      <CustomFields>
        <BulkCustomFieldValue>
          <Name xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</Name>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</SendingToDB>
          <Value xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</Value>
          <ValueChecksum xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">3</ValueChecksum>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkCustomFieldValue>
        <BulkCustomFieldValue>
          <Name xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</Name>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</SendingToDB>
          <Value xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</Value>
          <ValueChecksum xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">3</ValueChecksum>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkCustomFieldValue>
      </CustomFields>
      <CustomerName xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
        <d4p1:FirstName>sample string 1</d4p1:FirstName>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:MiddleName>sample string 2</d4p1:MiddleName>
        <d4p1:Prefix>sample string 4</d4p1:Prefix>
        <d4p1:Suffix>sample string 5</d4p1:Suffix>
      </CustomerName>
      <Edited xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
        <d4p1:CreateDate>sample string 1</d4p1:CreateDate>
        <d4p1:CreatedBy>sample string 2</d4p1:CreatedBy>
        <d4p1:ModifiedBy>sample string 4</d4p1:ModifiedBy>
        <d4p1:ModifiedDate>sample string 3</d4p1:ModifiedDate>
      </Edited>
      <Emails>
        <BulkEmailPreference>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <EmailAddress xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</EmailAddress>
          <EmailAddressChecksum xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">4</EmailAddressChecksum>
          <EmailAddressType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</EmailAddressType>
          <EmailAddressTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">5</EmailAddressTypeLink>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</SendingToDB>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <EmailPreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </EmailPreferences>
        </BulkEmailPreference>
        <BulkEmailPreference>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <EmailAddress xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</EmailAddress>
          <EmailAddressChecksum xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">4</EmailAddressChecksum>
          <EmailAddressType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</EmailAddressType>
          <EmailAddressTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">5</EmailAddressTypeLink>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <SendingToDB xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</SendingToDB>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <EmailPreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </EmailPreferences>
        </BulkEmailPreference>
      </Emails>
      <Exceptions>
        <ExceptionsDefinition>
          <ErrorCode>sample string 2</ErrorCode>
          <ErrorField>sample string 3</ErrorField>
          <ErrorMessage>sample string 1</ErrorMessage>
        </ExceptionsDefinition>
        <ExceptionsDefinition>
          <ErrorCode>sample string 2</ErrorCode>
          <ErrorField>sample string 3</ErrorField>
          <ErrorMessage>sample string 1</ErrorMessage>
        </ExceptionsDefinition>
      </Exceptions>
      <Groups>
        <BulkGroupEntry>
          <GroupName xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</GroupName>
          <GroupType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</GroupType>
          <IsPrimary xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsPrimary>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkGroupEntry>
        <BulkGroupEntry>
          <GroupName xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</GroupName>
          <GroupType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</GroupType>
          <IsPrimary xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsPrimary>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkGroupEntry>
      </Groups>
      <PhoneNumbers>
        <BulkPhoneNumberPreference>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <IsMobile xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsMobile>
          <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</PhoneNumber>
          <PhoneNumberNumeric xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">3</PhoneNumberNumeric>
          <PhoneType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</PhoneType>
          <PhoneTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">5</PhoneTypeLink>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <PhonePreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </PhonePreferences>
        </BulkPhoneNumberPreference>
        <BulkPhoneNumberPreference>
          <Edited xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <CreateDate>sample string 1</CreateDate>
            <CreatedBy>sample string 2</CreatedBy>
            <ModifiedBy>sample string 4</ModifiedBy>
            <ModifiedDate>sample string 3</ModifiedDate>
          </Edited>
          <IsActive xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsActive>
          <IsDefault xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsDefault>
          <IsMobile xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">true</IsMobile>
          <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</PhoneNumber>
          <PhoneNumberNumeric xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">3</PhoneNumberNumeric>
          <PhoneType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</PhoneType>
          <PhoneTypeLink xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">5</PhoneTypeLink>
          <SysEndTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysEndTime>
          <SysStartTime xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">2024-05-04T18:06:13.3023955-04:00</SysStartTime>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
          <PhonePreferences>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
            <BulkProfilePreference>
              <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
              <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
              <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
              <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
                <PreferenceAttribute>
                  <Key>sample string 1</Key>
                  <Value>sample string 2</Value>
                </PreferenceAttribute>
              </PreferenceAttributes>
              <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
              <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
              <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
                <ConsentFilterVersion>
                  <ConsentType>sample string 1</ConsentType>
                  <ConsentVersion>sample string 2</ConsentVersion>
                </ConsentFilterVersion>
              </Consents>
              <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
              <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
              <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
              <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
              <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
              <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
              <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
              <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
              <Exceptions>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
                <ExceptionsDefinition>
                  <ErrorCode>sample string 2</ErrorCode>
                  <ErrorField>sample string 3</ErrorField>
                  <ErrorMessage>sample string 1</ErrorMessage>
                </ExceptionsDefinition>
              </Exceptions>
            </BulkProfilePreference>
          </PhonePreferences>
        </BulkPhoneNumberPreference>
      </PhoneNumbers>
      <ProfilePreferences>
        <BulkProfilePreference>
          <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
          <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
          <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
          <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <PreferenceAttribute>
              <Key>sample string 1</Key>
              <Value>sample string 2</Value>
            </PreferenceAttribute>
            <PreferenceAttribute>
              <Key>sample string 1</Key>
              <Value>sample string 2</Value>
            </PreferenceAttribute>
          </PreferenceAttributes>
          <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
          <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
          <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <ConsentFilterVersion>
              <ConsentType>sample string 1</ConsentType>
              <ConsentVersion>sample string 2</ConsentVersion>
            </ConsentFilterVersion>
            <ConsentFilterVersion>
              <ConsentType>sample string 1</ConsentType>
              <ConsentVersion>sample string 2</ConsentVersion>
            </ConsentFilterVersion>
          </Consents>
          <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
          <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
          <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
          <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
          <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
          <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
          <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
          <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkProfilePreference>
        <BulkProfilePreference>
          <CustomerDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 12</CustomerDate>
          <FilterId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 10</FilterId>
          <FrequencyId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 11</FrequencyId>
          <PreferenceAttributes xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <PreferenceAttribute>
              <Key>sample string 1</Key>
              <Value>sample string 2</Value>
            </PreferenceAttribute>
            <PreferenceAttribute>
              <Key>sample string 1</Key>
              <Value>sample string 2</Value>
            </PreferenceAttribute>
          </PreferenceAttributes>
          <PreferenceType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">OPTIN</PreferenceType>
          <ChannelId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 2</ChannelId>
          <Consents xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">
            <ConsentFilterVersion>
              <ConsentType>sample string 1</ConsentType>
              <ConsentVersion>sample string 2</ConsentVersion>
            </ConsentFilterVersion>
            <ConsentFilterVersion>
              <ConsentType>sample string 1</ConsentType>
              <ConsentVersion>sample string 2</ConsentVersion>
            </ConsentFilterVersion>
          </Consents>
          <ExpirationDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 5</ExpirationDate>
          <LastModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 7</LastModifiedDate>
          <MatchType xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 3</MatchType>
          <PreferenceStatus xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 6</PreferenceStatus>
          <ProgramId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</ProgramId>
          <ReasonCode xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 4</ReasonCode>
          <SourceId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 9</SourceId>
          <UserId xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 8</UserId>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkProfilePreference>
      </ProfilePreferences>
      <ProfileTags>
        <BulkTag>
          <Name xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</Name>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkTag>
        <BulkTag>
          <Name xmlns="http://schemas.datacontract.org/2004/07/ProfileServices.REST.Models">sample string 1</Name>
          <Exceptions>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
            <ExceptionsDefinition>
              <ErrorCode>sample string 2</ErrorCode>
              <ErrorField>sample string 3</ErrorField>
              <ErrorMessage>sample string 1</ErrorMessage>
            </ExceptionsDefinition>
          </Exceptions>
        </BulkTag>
      </ProfileTags>
      <SequenceNumber>1</SequenceNumber>
    </BulkUserProfilePreferenceException>
  </FailedRecords>
  <HasMore>true</HasMore>
  <Limit>3</Limit>
  <Offset>4</Offset>
  <TotalResults>5</TotalResults>
</BulkImportException>