Skip to main content

OrderIdentity

A customer identity sent by the partner (legacy AWSPO_Identity).

externIdentityIdinteger<int32>required

The provider-side identity identifier (ID_DistantIdentity).

namestringnullable

The customer last name.

firstNamestringnullable

The customer first name (legacy Surname).

address1stringnullable

First address line.

address2stringnullable

Second address line.

address3stringnullable

Third address line.

address4stringnullable

Fourth address line.

zipCodestringnullable

The postal code.

citystringnullable

The city.

countrystringnullable

The country.

phonestringnullable

The landline phone number.

mobilestringnullable

The mobile phone number.

emailstringnullable

The email address.

OrderIdentity
{
"externIdentityId": 0,
"name": "string",
"firstName": "string",
"address1": "string",
"address2": "string",
"address3": "string",
"address4": "string",
"zipCode": "string",
"city": "string",
"country": "string",
"phone": "string",
"mobile": "string",
"email": "string"
}