POST api/v1/customer/informationlist?startDate={startDate}

JOS: ADD COMMENTS

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerInformationV1
NameDescriptionTypeAdditional information
IdentifierV1

Customer Identifier

CustomerIdentifierV1

None.

Name

Customer name

string

None.

NameAffex

Customer name affex

string

None.

SalesTaxNumber

Sales tax number

string

None.

Language

Main language for the customer

string

None.

CurrencyName

Currency for the customer

string

None.

IsActive

Customer is active

boolean

None.

AgentId

Id of the agent responsible for this customer

integer

None.

CreditLimitTotal

Credit limit set

integer

None.

CreditLimitUsed

Used amount of the credit limit

decimal number

None.

Phone

Main phone number

string

None.

Fax

Main fax number

string

None.

Skype

Skype of the company

string

None.

EMail

Main Email address of the customer

string

None.

Homepage

Homepage for the customer

string

None.

PaymentModes

List of payment-modes

Collection of PaymentInformationV1

None.

Adresses

List of all the addresses of the customer Obsolete, use Addresses instead.

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IdentifierV1": {
      "CustomerId": 1,
      "CustomerNumber": "sample string 1",
      "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
      "ImportSource": "sample string 2",
      "ExternId": "sample string 3"
    },
    "Name": "sample string 1",
    "NameAffex": "sample string 2",
    "SalesTaxNumber": "sample string 3",
    "Language": "sample string 4",
    "CurrencyName": "sample string 5",
    "IsActive": true,
    "AgentId": 7,
    "CreditLimitTotal": 1,
    "CreditLimitUsed": 8.0,
    "Phone": "sample string 9",
    "Fax": "sample string 10",
    "Skype": "sample string 11",
    "EMail": "sample string 12",
    "Homepage": "sample string 13",
    "PaymentModes": [
      {
        "Show": "sample string 1",
        "Description": "sample string 2",
        "Days": 64,
        "Skonto": 64,
        "Deposit": 5.0,
        "Texts": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2",
            "Language": "sample string 3"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2",
            "Language": "sample string 3"
          }
        ]
      },
      {
        "Show": "sample string 1",
        "Description": "sample string 2",
        "Days": 64,
        "Skonto": 64,
        "Deposit": 5.0,
        "Texts": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2",
            "Language": "sample string 3"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2",
            "Language": "sample string 3"
          }
        ]
      }
    ],
    "Adresses": [
      {
        "Name": "sample string 1",
        "NameAffex": "sample string 2",
        "Street": "sample string 3",
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "Line3": "sample string 6",
        "StreetNumber": "sample string 7",
        "PostCode": "sample string 8",
        "City": "sample string 9",
        "CountryName": "sample string 10",
        "CountryIsoCode": "sample string 11",
        "IsMainAdress": true,
        "IsMainAddress": true,
        "AddressType": "sample string 14"
      },
      {
        "Name": "sample string 1",
        "NameAffex": "sample string 2",
        "Street": "sample string 3",
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "Line3": "sample string 6",
        "StreetNumber": "sample string 7",
        "PostCode": "sample string 8",
        "City": "sample string 9",
        "CountryName": "sample string 10",
        "CountryIsoCode": "sample string 11",
        "IsMainAdress": true,
        "IsMainAddress": true,
        "AddressType": "sample string 14"
      }
    ],
    "Addresses": [
      {
        "Name": "sample string 1",
        "NameAffex": "sample string 2",
        "Street": "sample string 3",
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "Line3": "sample string 6",
        "StreetNumber": "sample string 7",
        "PostCode": "sample string 8",
        "City": "sample string 9",
        "CountryName": "sample string 10",
        "CountryIsoCode": "sample string 11",
        "IsMainAdress": true,
        "IsMainAddress": true,
        "AddressType": "sample string 14"
      },
      {
        "Name": "sample string 1",
        "NameAffex": "sample string 2",
        "Street": "sample string 3",
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "Line3": "sample string 6",
        "StreetNumber": "sample string 7",
        "PostCode": "sample string 8",
        "City": "sample string 9",
        "CountryName": "sample string 10",
        "CountryIsoCode": "sample string 11",
        "IsMainAdress": true,
        "IsMainAddress": true,
        "AddressType": "sample string 14"
      }
    ],
    "ContactPersons": [
      {
        "IdentifierV1": {
          "CustomerId": 1,
          "CustomerNumber": "sample string 1",
          "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
          "ImportSource": "sample string 2",
          "ExternId": "sample string 3"
        },
        "AlternativeSalutation": "sample string 1",
        "FirstName": "sample string 2",
        "Initials": "sample string 3",
        "IsMailRecipient": true,
        "IsMain": true,
        "Language": "sample string 6",
        "LastName": "sample string 7",
        "NameAffex": "sample string 8",
        "Notice": "sample string 9",
        "Salutation": "sample string 10",
        "Gender": 0,
        "ContactDetails": [
          {
            "IdentifierV1": {
              "CustomerId": 1,
              "CustomerNumber": "sample string 1",
              "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
              "ImportSource": "sample string 2",
              "ExternId": "sample string 3"
            },
            "Value": "sample string 1",
            "Type": "sample string 2",
            "IsMain": true
          },
          {
            "IdentifierV1": {
              "CustomerId": 1,
              "CustomerNumber": "sample string 1",
              "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
              "ImportSource": "sample string 2",
              "ExternId": "sample string 3"
            },
            "Value": "sample string 1",
            "Type": "sample string 2",
            "IsMain": true
          }
        ],
        "Birthday": "2026-08-07T10:25:07.8999635+00:00",
        "MailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ],
        "SecondaryMailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ],
        "AdditionalMailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ]
      },
      {
        "IdentifierV1": {
          "CustomerId": 1,
          "CustomerNumber": "sample string 1",
          "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
          "ImportSource": "sample string 2",
          "ExternId": "sample string 3"
        },
        "AlternativeSalutation": "sample string 1",
        "FirstName": "sample string 2",
        "Initials": "sample string 3",
        "IsMailRecipient": true,
        "IsMain": true,
        "Language": "sample string 6",
        "LastName": "sample string 7",
        "NameAffex": "sample string 8",
        "Notice": "sample string 9",
        "Salutation": "sample string 10",
        "Gender": 0,
        "ContactDetails": [
          {
            "IdentifierV1": {
              "CustomerId": 1,
              "CustomerNumber": "sample string 1",
              "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
              "ImportSource": "sample string 2",
              "ExternId": "sample string 3"
            },
            "Value": "sample string 1",
            "Type": "sample string 2",
            "IsMain": true
          },
          {
            "IdentifierV1": {
              "CustomerId": 1,
              "CustomerNumber": "sample string 1",
              "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
              "ImportSource": "sample string 2",
              "ExternId": "sample string 3"
            },
            "Value": "sample string 1",
            "Type": "sample string 2",
            "IsMain": true
          }
        ],
        "Birthday": "2026-08-07T10:25:07.8999635+00:00",
        "MailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ],
        "SecondaryMailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ],
        "AdditionalMailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ]
      }
    ],
    "ContactDetails": [
      {
        "IdentifierV1": {
          "CustomerId": 1,
          "CustomerNumber": "sample string 1",
          "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
          "ImportSource": "sample string 2",
          "ExternId": "sample string 3"
        },
        "Value": "sample string 1",
        "Type": "sample string 2",
        "IsMain": true
      },
      {
        "IdentifierV1": {
          "CustomerId": 1,
          "CustomerNumber": "sample string 1",
          "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
          "ImportSource": "sample string 2",
          "ExternId": "sample string 3"
        },
        "Value": "sample string 1",
        "Type": "sample string 2",
        "IsMain": true
      }
    ],
    "DebitorNumber": 14,
    "SelfDefined1": "sample string 15",
    "SelfDefined2": "sample string 16",
    "SelfDefined3": "sample string 17",
    "Notice": "sample string 18",
    "Warning": "sample string 19",
    "DispatchType": {
      "Show": "sample string 1",
      "Description": "sample string 2",
      "Texts": [
        {
          "Show": "sample string 1",
          "Description": "sample string 2",
          "Language": "sample string 3"
        },
        {
          "Show": "sample string 1",
          "Description": "sample string 2",
          "Language": "sample string 3"
        }
      ]
    },
    "DeliveryTerm": {
      "Show": "sample string 1",
      "Description": "sample string 2",
      "Texts": [
        {
          "Show": "sample string 1",
          "Description": "sample string 2",
          "Language": "sample string 3"
        },
        {
          "Show": "sample string 1",
          "Description": "sample string 2",
          "Language": "sample string 3"
        }
      ]
    },
    "ImportInformations": [
      {
        "ImportSource": "sample string 1",
        "ExternId": "sample string 2"
      },
      {
        "ImportSource": "sample string 1",
        "ExternId": "sample string 2"
      }
    ],
    "BankAccountOwner": "sample string 20",
    "BankAccountIBAN": "sample string 21",
    "BankAccountBIC": "sample string 22",
    "PriceGroups": [
      {
        "Show": "sample string 1",
        "Description": "sample string 2"
      },
      {
        "Show": "sample string 1",
        "Description": "sample string 2"
      }
    ],
    "DateInsert": "2026-08-07T10:25:07.8999635+00:00",
    "DateUpdate": "2026-08-07T10:25:07.8999635+00:00"
  },
  {
    "IdentifierV1": {
      "CustomerId": 1,
      "CustomerNumber": "sample string 1",
      "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
      "ImportSource": "sample string 2",
      "ExternId": "sample string 3"
    },
    "Name": "sample string 1",
    "NameAffex": "sample string 2",
    "SalesTaxNumber": "sample string 3",
    "Language": "sample string 4",
    "CurrencyName": "sample string 5",
    "IsActive": true,
    "AgentId": 7,
    "CreditLimitTotal": 1,
    "CreditLimitUsed": 8.0,
    "Phone": "sample string 9",
    "Fax": "sample string 10",
    "Skype": "sample string 11",
    "EMail": "sample string 12",
    "Homepage": "sample string 13",
    "PaymentModes": [
      {
        "Show": "sample string 1",
        "Description": "sample string 2",
        "Days": 64,
        "Skonto": 64,
        "Deposit": 5.0,
        "Texts": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2",
            "Language": "sample string 3"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2",
            "Language": "sample string 3"
          }
        ]
      },
      {
        "Show": "sample string 1",
        "Description": "sample string 2",
        "Days": 64,
        "Skonto": 64,
        "Deposit": 5.0,
        "Texts": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2",
            "Language": "sample string 3"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2",
            "Language": "sample string 3"
          }
        ]
      }
    ],
    "Adresses": [
      {
        "Name": "sample string 1",
        "NameAffex": "sample string 2",
        "Street": "sample string 3",
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "Line3": "sample string 6",
        "StreetNumber": "sample string 7",
        "PostCode": "sample string 8",
        "City": "sample string 9",
        "CountryName": "sample string 10",
        "CountryIsoCode": "sample string 11",
        "IsMainAdress": true,
        "IsMainAddress": true,
        "AddressType": "sample string 14"
      },
      {
        "Name": "sample string 1",
        "NameAffex": "sample string 2",
        "Street": "sample string 3",
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "Line3": "sample string 6",
        "StreetNumber": "sample string 7",
        "PostCode": "sample string 8",
        "City": "sample string 9",
        "CountryName": "sample string 10",
        "CountryIsoCode": "sample string 11",
        "IsMainAdress": true,
        "IsMainAddress": true,
        "AddressType": "sample string 14"
      }
    ],
    "Addresses": [
      {
        "Name": "sample string 1",
        "NameAffex": "sample string 2",
        "Street": "sample string 3",
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "Line3": "sample string 6",
        "StreetNumber": "sample string 7",
        "PostCode": "sample string 8",
        "City": "sample string 9",
        "CountryName": "sample string 10",
        "CountryIsoCode": "sample string 11",
        "IsMainAdress": true,
        "IsMainAddress": true,
        "AddressType": "sample string 14"
      },
      {
        "Name": "sample string 1",
        "NameAffex": "sample string 2",
        "Street": "sample string 3",
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "Line3": "sample string 6",
        "StreetNumber": "sample string 7",
        "PostCode": "sample string 8",
        "City": "sample string 9",
        "CountryName": "sample string 10",
        "CountryIsoCode": "sample string 11",
        "IsMainAdress": true,
        "IsMainAddress": true,
        "AddressType": "sample string 14"
      }
    ],
    "ContactPersons": [
      {
        "IdentifierV1": {
          "CustomerId": 1,
          "CustomerNumber": "sample string 1",
          "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
          "ImportSource": "sample string 2",
          "ExternId": "sample string 3"
        },
        "AlternativeSalutation": "sample string 1",
        "FirstName": "sample string 2",
        "Initials": "sample string 3",
        "IsMailRecipient": true,
        "IsMain": true,
        "Language": "sample string 6",
        "LastName": "sample string 7",
        "NameAffex": "sample string 8",
        "Notice": "sample string 9",
        "Salutation": "sample string 10",
        "Gender": 0,
        "ContactDetails": [
          {
            "IdentifierV1": {
              "CustomerId": 1,
              "CustomerNumber": "sample string 1",
              "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
              "ImportSource": "sample string 2",
              "ExternId": "sample string 3"
            },
            "Value": "sample string 1",
            "Type": "sample string 2",
            "IsMain": true
          },
          {
            "IdentifierV1": {
              "CustomerId": 1,
              "CustomerNumber": "sample string 1",
              "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
              "ImportSource": "sample string 2",
              "ExternId": "sample string 3"
            },
            "Value": "sample string 1",
            "Type": "sample string 2",
            "IsMain": true
          }
        ],
        "Birthday": "2026-08-07T10:25:07.8999635+00:00",
        "MailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ],
        "SecondaryMailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ],
        "AdditionalMailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ]
      },
      {
        "IdentifierV1": {
          "CustomerId": 1,
          "CustomerNumber": "sample string 1",
          "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
          "ImportSource": "sample string 2",
          "ExternId": "sample string 3"
        },
        "AlternativeSalutation": "sample string 1",
        "FirstName": "sample string 2",
        "Initials": "sample string 3",
        "IsMailRecipient": true,
        "IsMain": true,
        "Language": "sample string 6",
        "LastName": "sample string 7",
        "NameAffex": "sample string 8",
        "Notice": "sample string 9",
        "Salutation": "sample string 10",
        "Gender": 0,
        "ContactDetails": [
          {
            "IdentifierV1": {
              "CustomerId": 1,
              "CustomerNumber": "sample string 1",
              "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
              "ImportSource": "sample string 2",
              "ExternId": "sample string 3"
            },
            "Value": "sample string 1",
            "Type": "sample string 2",
            "IsMain": true
          },
          {
            "IdentifierV1": {
              "CustomerId": 1,
              "CustomerNumber": "sample string 1",
              "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
              "ImportSource": "sample string 2",
              "ExternId": "sample string 3"
            },
            "Value": "sample string 1",
            "Type": "sample string 2",
            "IsMain": true
          }
        ],
        "Birthday": "2026-08-07T10:25:07.8999635+00:00",
        "MailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ],
        "SecondaryMailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ],
        "AdditionalMailingSigns": [
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          },
          {
            "Show": "sample string 1",
            "Description": "sample string 2"
          }
        ]
      }
    ],
    "ContactDetails": [
      {
        "IdentifierV1": {
          "CustomerId": 1,
          "CustomerNumber": "sample string 1",
          "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
          "ImportSource": "sample string 2",
          "ExternId": "sample string 3"
        },
        "Value": "sample string 1",
        "Type": "sample string 2",
        "IsMain": true
      },
      {
        "IdentifierV1": {
          "CustomerId": 1,
          "CustomerNumber": "sample string 1",
          "CustomerIdentifier": "436e5147-1c5f-4d6c-8fe8-97cf1d3ea374",
          "ImportSource": "sample string 2",
          "ExternId": "sample string 3"
        },
        "Value": "sample string 1",
        "Type": "sample string 2",
        "IsMain": true
      }
    ],
    "DebitorNumber": 14,
    "SelfDefined1": "sample string 15",
    "SelfDefined2": "sample string 16",
    "SelfDefined3": "sample string 17",
    "Notice": "sample string 18",
    "Warning": "sample string 19",
    "DispatchType": {
      "Show": "sample string 1",
      "Description": "sample string 2",
      "Texts": [
        {
          "Show": "sample string 1",
          "Description": "sample string 2",
          "Language": "sample string 3"
        },
        {
          "Show": "sample string 1",
          "Description": "sample string 2",
          "Language": "sample string 3"
        }
      ]
    },
    "DeliveryTerm": {
      "Show": "sample string 1",
      "Description": "sample string 2",
      "Texts": [
        {
          "Show": "sample string 1",
          "Description": "sample string 2",
          "Language": "sample string 3"
        },
        {
          "Show": "sample string 1",
          "Description": "sample string 2",
          "Language": "sample string 3"
        }
      ]
    },
    "ImportInformations": [
      {
        "ImportSource": "sample string 1",
        "ExternId": "sample string 2"
      },
      {
        "ImportSource": "sample string 1",
        "ExternId": "sample string 2"
      }
    ],
    "BankAccountOwner": "sample string 20",
    "BankAccountIBAN": "sample string 21",
    "BankAccountBIC": "sample string 22",
    "PriceGroups": [
      {
        "Show": "sample string 1",
        "Description": "sample string 2"
      },
      {
        "Show": "sample string 1",
        "Description": "sample string 2"
      }
    ],
    "DateInsert": "2026-08-07T10:25:07.8999635+00:00",
    "DateUpdate": "2026-08-07T10:25:07.8999635+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomerInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08">
  <CustomerInformation>
    <Addresses>
      <SimpleAddress>
        <AddressType>sample string 14</AddressType>
        <City>sample string 9</City>
        <CountryIsoCode>sample string 11</CountryIsoCode>
        <CountryName>sample string 10</CountryName>
        <IsMainAddress>true</IsMainAddress>
        <IsMainAdress>true</IsMainAdress>
        <Line1>sample string 4</Line1>
        <Line2>sample string 5</Line2>
        <Line3>sample string 6</Line3>
        <Name>sample string 1</Name>
        <NameAffex>sample string 2</NameAffex>
        <PostCode>sample string 8</PostCode>
        <Street>sample string 3</Street>
        <StreetNumber>sample string 7</StreetNumber>
      </SimpleAddress>
      <SimpleAddress>
        <AddressType>sample string 14</AddressType>
        <City>sample string 9</City>
        <CountryIsoCode>sample string 11</CountryIsoCode>
        <CountryName>sample string 10</CountryName>
        <IsMainAddress>true</IsMainAddress>
        <IsMainAdress>true</IsMainAdress>
        <Line1>sample string 4</Line1>
        <Line2>sample string 5</Line2>
        <Line3>sample string 6</Line3>
        <Name>sample string 1</Name>
        <NameAffex>sample string 2</NameAffex>
        <PostCode>sample string 8</PostCode>
        <Street>sample string 3</Street>
        <StreetNumber>sample string 7</StreetNumber>
      </SimpleAddress>
    </Addresses>
    <Adresses>
      <SimpleAddress>
        <AddressType>sample string 14</AddressType>
        <City>sample string 9</City>
        <CountryIsoCode>sample string 11</CountryIsoCode>
        <CountryName>sample string 10</CountryName>
        <IsMainAddress>true</IsMainAddress>
        <IsMainAdress>true</IsMainAdress>
        <Line1>sample string 4</Line1>
        <Line2>sample string 5</Line2>
        <Line3>sample string 6</Line3>
        <Name>sample string 1</Name>
        <NameAffex>sample string 2</NameAffex>
        <PostCode>sample string 8</PostCode>
        <Street>sample string 3</Street>
        <StreetNumber>sample string 7</StreetNumber>
      </SimpleAddress>
      <SimpleAddress>
        <AddressType>sample string 14</AddressType>
        <City>sample string 9</City>
        <CountryIsoCode>sample string 11</CountryIsoCode>
        <CountryName>sample string 10</CountryName>
        <IsMainAddress>true</IsMainAddress>
        <IsMainAdress>true</IsMainAdress>
        <Line1>sample string 4</Line1>
        <Line2>sample string 5</Line2>
        <Line3>sample string 6</Line3>
        <Name>sample string 1</Name>
        <NameAffex>sample string 2</NameAffex>
        <PostCode>sample string 8</PostCode>
        <Street>sample string 3</Street>
        <StreetNumber>sample string 7</StreetNumber>
      </SimpleAddress>
    </Adresses>
    <AgentId>7</AgentId>
    <BankAccountBIC>sample string 22</BankAccountBIC>
    <BankAccountIBAN>sample string 21</BankAccountIBAN>
    <BankAccountOwner>sample string 20</BankAccountOwner>
    <ContactDetails>
      <ContactDetail>
        <IdentifierV1>
          <CustomerId>1</CustomerId>
          <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
          <CustomerNumber>sample string 1</CustomerNumber>
          <ExternId>sample string 3</ExternId>
          <ImportSource>sample string 2</ImportSource>
        </IdentifierV1>
        <IsMain>true</IsMain>
        <Type>sample string 2</Type>
        <Value>sample string 1</Value>
      </ContactDetail>
      <ContactDetail>
        <IdentifierV1>
          <CustomerId>1</CustomerId>
          <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
          <CustomerNumber>sample string 1</CustomerNumber>
          <ExternId>sample string 3</ExternId>
          <ImportSource>sample string 2</ImportSource>
        </IdentifierV1>
        <IsMain>true</IsMain>
        <Type>sample string 2</Type>
        <Value>sample string 1</Value>
      </ContactDetail>
    </ContactDetails>
    <ContactPersons>
      <ContactPersonInformation>
        <AdditionalMailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </AdditionalMailingSigns>
        <AlternativeSalutation>sample string 1</AlternativeSalutation>
        <Birthday>2026-08-07T10:25:07.8999635+00:00</Birthday>
        <ContactDetails>
          <ContactDetail>
            <IdentifierV1>
              <CustomerId>1</CustomerId>
              <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
              <CustomerNumber>sample string 1</CustomerNumber>
              <ExternId>sample string 3</ExternId>
              <ImportSource>sample string 2</ImportSource>
            </IdentifierV1>
            <IsMain>true</IsMain>
            <Type>sample string 2</Type>
            <Value>sample string 1</Value>
          </ContactDetail>
          <ContactDetail>
            <IdentifierV1>
              <CustomerId>1</CustomerId>
              <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
              <CustomerNumber>sample string 1</CustomerNumber>
              <ExternId>sample string 3</ExternId>
              <ImportSource>sample string 2</ImportSource>
            </IdentifierV1>
            <IsMain>true</IsMain>
            <Type>sample string 2</Type>
            <Value>sample string 1</Value>
          </ContactDetail>
        </ContactDetails>
        <FirstName>sample string 2</FirstName>
        <Gender>Male</Gender>
        <IdentifierV1>
          <CustomerId>1</CustomerId>
          <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
          <CustomerNumber>sample string 1</CustomerNumber>
          <ExternId>sample string 3</ExternId>
          <ImportSource>sample string 2</ImportSource>
        </IdentifierV1>
        <Initials>sample string 3</Initials>
        <IsMailRecipient>true</IsMailRecipient>
        <IsMain>true</IsMain>
        <Language>sample string 6</Language>
        <LastName>sample string 7</LastName>
        <MailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </MailingSigns>
        <NameAffex>sample string 8</NameAffex>
        <Notice>sample string 9</Notice>
        <Salutation>sample string 10</Salutation>
        <SecondaryMailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </SecondaryMailingSigns>
      </ContactPersonInformation>
      <ContactPersonInformation>
        <AdditionalMailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </AdditionalMailingSigns>
        <AlternativeSalutation>sample string 1</AlternativeSalutation>
        <Birthday>2026-08-07T10:25:07.8999635+00:00</Birthday>
        <ContactDetails>
          <ContactDetail>
            <IdentifierV1>
              <CustomerId>1</CustomerId>
              <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
              <CustomerNumber>sample string 1</CustomerNumber>
              <ExternId>sample string 3</ExternId>
              <ImportSource>sample string 2</ImportSource>
            </IdentifierV1>
            <IsMain>true</IsMain>
            <Type>sample string 2</Type>
            <Value>sample string 1</Value>
          </ContactDetail>
          <ContactDetail>
            <IdentifierV1>
              <CustomerId>1</CustomerId>
              <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
              <CustomerNumber>sample string 1</CustomerNumber>
              <ExternId>sample string 3</ExternId>
              <ImportSource>sample string 2</ImportSource>
            </IdentifierV1>
            <IsMain>true</IsMain>
            <Type>sample string 2</Type>
            <Value>sample string 1</Value>
          </ContactDetail>
        </ContactDetails>
        <FirstName>sample string 2</FirstName>
        <Gender>Male</Gender>
        <IdentifierV1>
          <CustomerId>1</CustomerId>
          <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
          <CustomerNumber>sample string 1</CustomerNumber>
          <ExternId>sample string 3</ExternId>
          <ImportSource>sample string 2</ImportSource>
        </IdentifierV1>
        <Initials>sample string 3</Initials>
        <IsMailRecipient>true</IsMailRecipient>
        <IsMain>true</IsMain>
        <Language>sample string 6</Language>
        <LastName>sample string 7</LastName>
        <MailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </MailingSigns>
        <NameAffex>sample string 8</NameAffex>
        <Notice>sample string 9</Notice>
        <Salutation>sample string 10</Salutation>
        <SecondaryMailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </SecondaryMailingSigns>
      </ContactPersonInformation>
    </ContactPersons>
    <CreditLimitTotal>1</CreditLimitTotal>
    <CreditLimitUsed>8</CreditLimitUsed>
    <CurrencyName>sample string 5</CurrencyName>
    <DateInsert>2026-08-07T10:25:07.8999635+00:00</DateInsert>
    <DateUpdate>2026-08-07T10:25:07.8999635+00:00</DateUpdate>
    <DebitorNumber>14</DebitorNumber>
    <DeliveryTerm>
      <Description>sample string 2</Description>
      <Show>sample string 1</Show>
      <Texts>
        <LocalizationItem>
          <Description>sample string 2</Description>
          <Language>sample string 3</Language>
          <Show>sample string 1</Show>
        </LocalizationItem>
        <LocalizationItem>
          <Description>sample string 2</Description>
          <Language>sample string 3</Language>
          <Show>sample string 1</Show>
        </LocalizationItem>
      </Texts>
    </DeliveryTerm>
    <DispatchType>
      <Description>sample string 2</Description>
      <Show>sample string 1</Show>
      <Texts>
        <LocalizationItem>
          <Description>sample string 2</Description>
          <Language>sample string 3</Language>
          <Show>sample string 1</Show>
        </LocalizationItem>
        <LocalizationItem>
          <Description>sample string 2</Description>
          <Language>sample string 3</Language>
          <Show>sample string 1</Show>
        </LocalizationItem>
      </Texts>
    </DispatchType>
    <EMail>sample string 12</EMail>
    <Fax>sample string 10</Fax>
    <Homepage>sample string 13</Homepage>
    <IdentifierV1>
      <CustomerId>1</CustomerId>
      <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
      <CustomerNumber>sample string 1</CustomerNumber>
      <ExternId>sample string 3</ExternId>
      <ImportSource>sample string 2</ImportSource>
    </IdentifierV1>
    <ImportInformations xmlns:d3p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
      <d3p1:ImportInformation>
        <d3p1:ExternId>sample string 2</d3p1:ExternId>
        <d3p1:ImportSource>sample string 1</d3p1:ImportSource>
      </d3p1:ImportInformation>
      <d3p1:ImportInformation>
        <d3p1:ExternId>sample string 2</d3p1:ExternId>
        <d3p1:ImportSource>sample string 1</d3p1:ImportSource>
      </d3p1:ImportInformation>
    </ImportInformations>
    <IsActive>true</IsActive>
    <Language>sample string 4</Language>
    <Name>sample string 1</Name>
    <NameAffex>sample string 2</NameAffex>
    <Notice>sample string 18</Notice>
    <PaymentModes>
      <PaymentInformation>
        <Days>64</Days>
        <Deposit>5</Deposit>
        <Description>sample string 2</Description>
        <Show>sample string 1</Show>
        <Skonto>64</Skonto>
        <Texts>
          <LocalizationItem>
            <Description>sample string 2</Description>
            <Language>sample string 3</Language>
            <Show>sample string 1</Show>
          </LocalizationItem>
          <LocalizationItem>
            <Description>sample string 2</Description>
            <Language>sample string 3</Language>
            <Show>sample string 1</Show>
          </LocalizationItem>
        </Texts>
      </PaymentInformation>
      <PaymentInformation>
        <Days>64</Days>
        <Deposit>5</Deposit>
        <Description>sample string 2</Description>
        <Show>sample string 1</Show>
        <Skonto>64</Skonto>
        <Texts>
          <LocalizationItem>
            <Description>sample string 2</Description>
            <Language>sample string 3</Language>
            <Show>sample string 1</Show>
          </LocalizationItem>
          <LocalizationItem>
            <Description>sample string 2</Description>
            <Language>sample string 3</Language>
            <Show>sample string 1</Show>
          </LocalizationItem>
        </Texts>
      </PaymentInformation>
    </PaymentModes>
    <Phone>sample string 9</Phone>
    <PriceGroups xmlns:d3p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
      <d3p1:ShowDescriptionItem>
        <d3p1:Description>sample string 2</d3p1:Description>
        <d3p1:Show>sample string 1</d3p1:Show>
      </d3p1:ShowDescriptionItem>
      <d3p1:ShowDescriptionItem>
        <d3p1:Description>sample string 2</d3p1:Description>
        <d3p1:Show>sample string 1</d3p1:Show>
      </d3p1:ShowDescriptionItem>
    </PriceGroups>
    <SalesTaxNumber>sample string 3</SalesTaxNumber>
    <SelfDefined1>sample string 15</SelfDefined1>
    <SelfDefined2>sample string 16</SelfDefined2>
    <SelfDefined3>sample string 17</SelfDefined3>
    <Skype>sample string 11</Skype>
    <Warning>sample string 19</Warning>
  </CustomerInformation>
  <CustomerInformation>
    <Addresses>
      <SimpleAddress>
        <AddressType>sample string 14</AddressType>
        <City>sample string 9</City>
        <CountryIsoCode>sample string 11</CountryIsoCode>
        <CountryName>sample string 10</CountryName>
        <IsMainAddress>true</IsMainAddress>
        <IsMainAdress>true</IsMainAdress>
        <Line1>sample string 4</Line1>
        <Line2>sample string 5</Line2>
        <Line3>sample string 6</Line3>
        <Name>sample string 1</Name>
        <NameAffex>sample string 2</NameAffex>
        <PostCode>sample string 8</PostCode>
        <Street>sample string 3</Street>
        <StreetNumber>sample string 7</StreetNumber>
      </SimpleAddress>
      <SimpleAddress>
        <AddressType>sample string 14</AddressType>
        <City>sample string 9</City>
        <CountryIsoCode>sample string 11</CountryIsoCode>
        <CountryName>sample string 10</CountryName>
        <IsMainAddress>true</IsMainAddress>
        <IsMainAdress>true</IsMainAdress>
        <Line1>sample string 4</Line1>
        <Line2>sample string 5</Line2>
        <Line3>sample string 6</Line3>
        <Name>sample string 1</Name>
        <NameAffex>sample string 2</NameAffex>
        <PostCode>sample string 8</PostCode>
        <Street>sample string 3</Street>
        <StreetNumber>sample string 7</StreetNumber>
      </SimpleAddress>
    </Addresses>
    <Adresses>
      <SimpleAddress>
        <AddressType>sample string 14</AddressType>
        <City>sample string 9</City>
        <CountryIsoCode>sample string 11</CountryIsoCode>
        <CountryName>sample string 10</CountryName>
        <IsMainAddress>true</IsMainAddress>
        <IsMainAdress>true</IsMainAdress>
        <Line1>sample string 4</Line1>
        <Line2>sample string 5</Line2>
        <Line3>sample string 6</Line3>
        <Name>sample string 1</Name>
        <NameAffex>sample string 2</NameAffex>
        <PostCode>sample string 8</PostCode>
        <Street>sample string 3</Street>
        <StreetNumber>sample string 7</StreetNumber>
      </SimpleAddress>
      <SimpleAddress>
        <AddressType>sample string 14</AddressType>
        <City>sample string 9</City>
        <CountryIsoCode>sample string 11</CountryIsoCode>
        <CountryName>sample string 10</CountryName>
        <IsMainAddress>true</IsMainAddress>
        <IsMainAdress>true</IsMainAdress>
        <Line1>sample string 4</Line1>
        <Line2>sample string 5</Line2>
        <Line3>sample string 6</Line3>
        <Name>sample string 1</Name>
        <NameAffex>sample string 2</NameAffex>
        <PostCode>sample string 8</PostCode>
        <Street>sample string 3</Street>
        <StreetNumber>sample string 7</StreetNumber>
      </SimpleAddress>
    </Adresses>
    <AgentId>7</AgentId>
    <BankAccountBIC>sample string 22</BankAccountBIC>
    <BankAccountIBAN>sample string 21</BankAccountIBAN>
    <BankAccountOwner>sample string 20</BankAccountOwner>
    <ContactDetails>
      <ContactDetail>
        <IdentifierV1>
          <CustomerId>1</CustomerId>
          <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
          <CustomerNumber>sample string 1</CustomerNumber>
          <ExternId>sample string 3</ExternId>
          <ImportSource>sample string 2</ImportSource>
        </IdentifierV1>
        <IsMain>true</IsMain>
        <Type>sample string 2</Type>
        <Value>sample string 1</Value>
      </ContactDetail>
      <ContactDetail>
        <IdentifierV1>
          <CustomerId>1</CustomerId>
          <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
          <CustomerNumber>sample string 1</CustomerNumber>
          <ExternId>sample string 3</ExternId>
          <ImportSource>sample string 2</ImportSource>
        </IdentifierV1>
        <IsMain>true</IsMain>
        <Type>sample string 2</Type>
        <Value>sample string 1</Value>
      </ContactDetail>
    </ContactDetails>
    <ContactPersons>
      <ContactPersonInformation>
        <AdditionalMailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </AdditionalMailingSigns>
        <AlternativeSalutation>sample string 1</AlternativeSalutation>
        <Birthday>2026-08-07T10:25:07.8999635+00:00</Birthday>
        <ContactDetails>
          <ContactDetail>
            <IdentifierV1>
              <CustomerId>1</CustomerId>
              <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
              <CustomerNumber>sample string 1</CustomerNumber>
              <ExternId>sample string 3</ExternId>
              <ImportSource>sample string 2</ImportSource>
            </IdentifierV1>
            <IsMain>true</IsMain>
            <Type>sample string 2</Type>
            <Value>sample string 1</Value>
          </ContactDetail>
          <ContactDetail>
            <IdentifierV1>
              <CustomerId>1</CustomerId>
              <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
              <CustomerNumber>sample string 1</CustomerNumber>
              <ExternId>sample string 3</ExternId>
              <ImportSource>sample string 2</ImportSource>
            </IdentifierV1>
            <IsMain>true</IsMain>
            <Type>sample string 2</Type>
            <Value>sample string 1</Value>
          </ContactDetail>
        </ContactDetails>
        <FirstName>sample string 2</FirstName>
        <Gender>Male</Gender>
        <IdentifierV1>
          <CustomerId>1</CustomerId>
          <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
          <CustomerNumber>sample string 1</CustomerNumber>
          <ExternId>sample string 3</ExternId>
          <ImportSource>sample string 2</ImportSource>
        </IdentifierV1>
        <Initials>sample string 3</Initials>
        <IsMailRecipient>true</IsMailRecipient>
        <IsMain>true</IsMain>
        <Language>sample string 6</Language>
        <LastName>sample string 7</LastName>
        <MailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </MailingSigns>
        <NameAffex>sample string 8</NameAffex>
        <Notice>sample string 9</Notice>
        <Salutation>sample string 10</Salutation>
        <SecondaryMailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </SecondaryMailingSigns>
      </ContactPersonInformation>
      <ContactPersonInformation>
        <AdditionalMailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </AdditionalMailingSigns>
        <AlternativeSalutation>sample string 1</AlternativeSalutation>
        <Birthday>2026-08-07T10:25:07.8999635+00:00</Birthday>
        <ContactDetails>
          <ContactDetail>
            <IdentifierV1>
              <CustomerId>1</CustomerId>
              <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
              <CustomerNumber>sample string 1</CustomerNumber>
              <ExternId>sample string 3</ExternId>
              <ImportSource>sample string 2</ImportSource>
            </IdentifierV1>
            <IsMain>true</IsMain>
            <Type>sample string 2</Type>
            <Value>sample string 1</Value>
          </ContactDetail>
          <ContactDetail>
            <IdentifierV1>
              <CustomerId>1</CustomerId>
              <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
              <CustomerNumber>sample string 1</CustomerNumber>
              <ExternId>sample string 3</ExternId>
              <ImportSource>sample string 2</ImportSource>
            </IdentifierV1>
            <IsMain>true</IsMain>
            <Type>sample string 2</Type>
            <Value>sample string 1</Value>
          </ContactDetail>
        </ContactDetails>
        <FirstName>sample string 2</FirstName>
        <Gender>Male</Gender>
        <IdentifierV1>
          <CustomerId>1</CustomerId>
          <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
          <CustomerNumber>sample string 1</CustomerNumber>
          <ExternId>sample string 3</ExternId>
          <ImportSource>sample string 2</ImportSource>
        </IdentifierV1>
        <Initials>sample string 3</Initials>
        <IsMailRecipient>true</IsMailRecipient>
        <IsMain>true</IsMain>
        <Language>sample string 6</Language>
        <LastName>sample string 7</LastName>
        <MailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </MailingSigns>
        <NameAffex>sample string 8</NameAffex>
        <Notice>sample string 9</Notice>
        <Salutation>sample string 10</Salutation>
        <SecondaryMailingSigns xmlns:d5p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
          <d5p1:ShowDescriptionItem>
            <d5p1:Description>sample string 2</d5p1:Description>
            <d5p1:Show>sample string 1</d5p1:Show>
          </d5p1:ShowDescriptionItem>
        </SecondaryMailingSigns>
      </ContactPersonInformation>
    </ContactPersons>
    <CreditLimitTotal>1</CreditLimitTotal>
    <CreditLimitUsed>8</CreditLimitUsed>
    <CurrencyName>sample string 5</CurrencyName>
    <DateInsert>2026-08-07T10:25:07.8999635+00:00</DateInsert>
    <DateUpdate>2026-08-07T10:25:07.8999635+00:00</DateUpdate>
    <DebitorNumber>14</DebitorNumber>
    <DeliveryTerm>
      <Description>sample string 2</Description>
      <Show>sample string 1</Show>
      <Texts>
        <LocalizationItem>
          <Description>sample string 2</Description>
          <Language>sample string 3</Language>
          <Show>sample string 1</Show>
        </LocalizationItem>
        <LocalizationItem>
          <Description>sample string 2</Description>
          <Language>sample string 3</Language>
          <Show>sample string 1</Show>
        </LocalizationItem>
      </Texts>
    </DeliveryTerm>
    <DispatchType>
      <Description>sample string 2</Description>
      <Show>sample string 1</Show>
      <Texts>
        <LocalizationItem>
          <Description>sample string 2</Description>
          <Language>sample string 3</Language>
          <Show>sample string 1</Show>
        </LocalizationItem>
        <LocalizationItem>
          <Description>sample string 2</Description>
          <Language>sample string 3</Language>
          <Show>sample string 1</Show>
        </LocalizationItem>
      </Texts>
    </DispatchType>
    <EMail>sample string 12</EMail>
    <Fax>sample string 10</Fax>
    <Homepage>sample string 13</Homepage>
    <IdentifierV1>
      <CustomerId>1</CustomerId>
      <CustomerIdentifier>436e5147-1c5f-4d6c-8fe8-97cf1d3ea374</CustomerIdentifier>
      <CustomerNumber>sample string 1</CustomerNumber>
      <ExternId>sample string 3</ExternId>
      <ImportSource>sample string 2</ImportSource>
    </IdentifierV1>
    <ImportInformations xmlns:d3p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
      <d3p1:ImportInformation>
        <d3p1:ExternId>sample string 2</d3p1:ExternId>
        <d3p1:ImportSource>sample string 1</d3p1:ImportSource>
      </d3p1:ImportInformation>
      <d3p1:ImportInformation>
        <d3p1:ExternId>sample string 2</d3p1:ExternId>
        <d3p1:ImportSource>sample string 1</d3p1:ImportSource>
      </d3p1:ImportInformation>
    </ImportInformations>
    <IsActive>true</IsActive>
    <Language>sample string 4</Language>
    <Name>sample string 1</Name>
    <NameAffex>sample string 2</NameAffex>
    <Notice>sample string 18</Notice>
    <PaymentModes>
      <PaymentInformation>
        <Days>64</Days>
        <Deposit>5</Deposit>
        <Description>sample string 2</Description>
        <Show>sample string 1</Show>
        <Skonto>64</Skonto>
        <Texts>
          <LocalizationItem>
            <Description>sample string 2</Description>
            <Language>sample string 3</Language>
            <Show>sample string 1</Show>
          </LocalizationItem>
          <LocalizationItem>
            <Description>sample string 2</Description>
            <Language>sample string 3</Language>
            <Show>sample string 1</Show>
          </LocalizationItem>
        </Texts>
      </PaymentInformation>
      <PaymentInformation>
        <Days>64</Days>
        <Deposit>5</Deposit>
        <Description>sample string 2</Description>
        <Show>sample string 1</Show>
        <Skonto>64</Skonto>
        <Texts>
          <LocalizationItem>
            <Description>sample string 2</Description>
            <Language>sample string 3</Language>
            <Show>sample string 1</Show>
          </LocalizationItem>
          <LocalizationItem>
            <Description>sample string 2</Description>
            <Language>sample string 3</Language>
            <Show>sample string 1</Show>
          </LocalizationItem>
        </Texts>
      </PaymentInformation>
    </PaymentModes>
    <Phone>sample string 9</Phone>
    <PriceGroups xmlns:d3p1="http://schemas.datacontract.org/2004/07/Promidata.PromotionalOffice.Webservice.DataConverter">
      <d3p1:ShowDescriptionItem>
        <d3p1:Description>sample string 2</d3p1:Description>
        <d3p1:Show>sample string 1</d3p1:Show>
      </d3p1:ShowDescriptionItem>
      <d3p1:ShowDescriptionItem>
        <d3p1:Description>sample string 2</d3p1:Description>
        <d3p1:Show>sample string 1</d3p1:Show>
      </d3p1:ShowDescriptionItem>
    </PriceGroups>
    <SalesTaxNumber>sample string 3</SalesTaxNumber>
    <SelfDefined1>sample string 15</SelfDefined1>
    <SelfDefined2>sample string 16</SelfDefined2>
    <SelfDefined3>sample string 17</SelfDefined3>
    <Skype>sample string 11</Skype>
    <Warning>sample string 19</Warning>
  </CustomerInformation>
</ArrayOfCustomerInformation>