POST api/Customer/GetCustomerInfo
Request Information
URI Parameters
None.
Body Parameters
GetCustomerInfoRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "50fe0d26-ac40-4e09-9d67-23bd29e7ced6" }
application/xml, text/xml
Sample:
<GetCustomerInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <CustomerId>50fe0d26-ac40-4e09-9d67-23bd29e7ced6</CustomerId> </GetCustomerInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetCustomerInfoResponseName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Title | string |
None. |
|
Name | string |
None. |
|
Surname | string |
None. |
|
EmailAddress | string |
None. |
|
GsmNumber | string |
None. |
|
Gender | integer |
None. |
|
Pref5 | string |
None. |
|
Pref2 | string |
None. |
|
Pref1 | string |
None. |
|
IsCorporateAccount | boolean |
None. |
|
GroupId | string |
None. |
|
ValidationState | integer |
None. |
|
BirthDay | date |
None. |
|
PhoneNumber | string |
None. |
|
LastUpdatedGsmDate | date |
None. |
|
ShareDataPermission | boolean |
None. |
|
IsLazyRegistration | integer |
None. |
|
CreateDatetime | date |
None. |
|
GroupIdList | Collection of string |
None. |
|
CompanyInformation |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "4bf17586-e035-4bef-a948-4497ae7ce260", "Title": "sample string 2", "Name": "sample string 3", "Surname": "sample string 4", "EmailAddress": "sample string 5", "GsmNumber": "sample string 6", "Gender": 1, "Pref5": "sample string 7", "Pref2": "sample string 8", "Pref1": "sample string 9", "IsCorporateAccount": true, "GroupId": "sample string 11", "ValidationState": 12, "BirthDay": "2025-09-14T21:26:26.0546536+03:00", "PhoneNumber": "sample string 13", "LastUpdatedGsmDate": "2025-09-14T21:26:26.0546536+03:00", "ShareDataPermission": true, "IsLazyRegistration": 14, "CreateDatetime": "2025-09-14T21:26:26.0546536+03:00", "GroupIdList": [ "sample string 1", "sample string 2" ], "CompanyInformation": { "Password": "sample string 1", "MaxCartAmountLimit": 2.0, "IsActive": true }, "MembershipAddress": { "Id": "f71bc082-b74a-4842-ba0d-734da07d1631", "AddressType": 2, "AddressName": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Description": "sample string 6", "Address1": "sample string 7", "Address2": "sample string 8", "CountryCode": "sample string 9", "CountryName": "sample string 10", "City": "sample string 11", "Town": "sample string 12", "District": "sample string 13", "PostalCode": "sample string 14", "PhoneNumber": "sample string 15", "IsCorporateAddress": true, "IsDefault": true, "TaxNumber": "sample string 18" }, "BillingAddressItemList": [ { "Id": "f71bc082-b74a-4842-ba0d-734da07d1631", "AddressType": 2, "AddressName": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Description": "sample string 6", "Address1": "sample string 7", "Address2": "sample string 8", "CountryCode": "sample string 9", "CountryName": "sample string 10", "City": "sample string 11", "Town": "sample string 12", "District": "sample string 13", "PostalCode": "sample string 14", "PhoneNumber": "sample string 15", "IsCorporateAddress": true, "IsDefault": true, "TaxNumber": "sample string 18" }, { "Id": "f71bc082-b74a-4842-ba0d-734da07d1631", "AddressType": 2, "AddressName": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Description": "sample string 6", "Address1": "sample string 7", "Address2": "sample string 8", "CountryCode": "sample string 9", "CountryName": "sample string 10", "City": "sample string 11", "Town": "sample string 12", "District": "sample string 13", "PostalCode": "sample string 14", "PhoneNumber": "sample string 15", "IsCorporateAddress": true, "IsDefault": true, "TaxNumber": "sample string 18" } ], "ShippingAddressItemList": [ { "Id": "f71bc082-b74a-4842-ba0d-734da07d1631", "AddressType": 2, "AddressName": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Description": "sample string 6", "Address1": "sample string 7", "Address2": "sample string 8", "CountryCode": "sample string 9", "CountryName": "sample string 10", "City": "sample string 11", "Town": "sample string 12", "District": "sample string 13", "PostalCode": "sample string 14", "PhoneNumber": "sample string 15", "IsCorporateAddress": true, "IsDefault": true, "TaxNumber": "sample string 18" }, { "Id": "f71bc082-b74a-4842-ba0d-734da07d1631", "AddressType": 2, "AddressName": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "Description": "sample string 6", "Address1": "sample string 7", "Address2": "sample string 8", "CountryCode": "sample string 9", "CountryName": "sample string 10", "City": "sample string 11", "Town": "sample string 12", "District": "sample string 13", "PostalCode": "sample string 14", "PhoneNumber": "sample string 15", "IsCorporateAddress": true, "IsDefault": true, "TaxNumber": "sample string 18" } ], "PartnerAccountNumber": "sample string 15", "PartnerTypeCode": 16 }
application/xml, text/xml
Sample:
<GetCustomerInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <BillingAddressItemList> <GetCustomerInfoResponse.AddressItem> <Address1>sample string 7</Address1> <Address2>sample string 8</Address2> <AddressName>sample string 3</AddressName> <AddressType>2</AddressType> <City>sample string 11</City> <CountryCode>sample string 9</CountryCode> <CountryName>sample string 10</CountryName> <Description>sample string 6</Description> <District>sample string 13</District> <FirstName>sample string 4</FirstName> <Id>f71bc082-b74a-4842-ba0d-734da07d1631</Id> <IsCorporateAddress>true</IsCorporateAddress> <IsDefault>true</IsDefault> <LastName>sample string 5</LastName> <PhoneNumber>sample string 15</PhoneNumber> <PostalCode>sample string 14</PostalCode> <TaxNumber>sample string 18</TaxNumber> <Town>sample string 12</Town> </GetCustomerInfoResponse.AddressItem> <GetCustomerInfoResponse.AddressItem> <Address1>sample string 7</Address1> <Address2>sample string 8</Address2> <AddressName>sample string 3</AddressName> <AddressType>2</AddressType> <City>sample string 11</City> <CountryCode>sample string 9</CountryCode> <CountryName>sample string 10</CountryName> <Description>sample string 6</Description> <District>sample string 13</District> <FirstName>sample string 4</FirstName> <Id>f71bc082-b74a-4842-ba0d-734da07d1631</Id> <IsCorporateAddress>true</IsCorporateAddress> <IsDefault>true</IsDefault> <LastName>sample string 5</LastName> <PhoneNumber>sample string 15</PhoneNumber> <PostalCode>sample string 14</PostalCode> <TaxNumber>sample string 18</TaxNumber> <Town>sample string 12</Town> </GetCustomerInfoResponse.AddressItem> </BillingAddressItemList> <BirthDay>2025-09-14T21:26:26.0546536+03:00</BirthDay> <CompanyInformation> <IsActive>true</IsActive> <MaxCartAmountLimit>2</MaxCartAmountLimit> <Password>sample string 1</Password> </CompanyInformation> <CreateDatetime>2025-09-14T21:26:26.0546536+03:00</CreateDatetime> <EmailAddress>sample string 5</EmailAddress> <Gender>1</Gender> <GroupId>sample string 11</GroupId> <GroupIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </GroupIdList> <GsmNumber>sample string 6</GsmNumber> <Id>4bf17586-e035-4bef-a948-4497ae7ce260</Id> <IsCorporateAccount>true</IsCorporateAccount> <IsLazyRegistration>14</IsLazyRegistration> <LastUpdatedGsmDate>2025-09-14T21:26:26.0546536+03:00</LastUpdatedGsmDate> <MembershipAddress> <Address1>sample string 7</Address1> <Address2>sample string 8</Address2> <AddressName>sample string 3</AddressName> <AddressType>2</AddressType> <City>sample string 11</City> <CountryCode>sample string 9</CountryCode> <CountryName>sample string 10</CountryName> <Description>sample string 6</Description> <District>sample string 13</District> <FirstName>sample string 4</FirstName> <Id>f71bc082-b74a-4842-ba0d-734da07d1631</Id> <IsCorporateAddress>true</IsCorporateAddress> <IsDefault>true</IsDefault> <LastName>sample string 5</LastName> <PhoneNumber>sample string 15</PhoneNumber> <PostalCode>sample string 14</PostalCode> <TaxNumber>sample string 18</TaxNumber> <Town>sample string 12</Town> </MembershipAddress> <Name>sample string 3</Name> <PartnerAccountNumber>sample string 15</PartnerAccountNumber> <PartnerTypeCode>16</PartnerTypeCode> <PhoneNumber>sample string 13</PhoneNumber> <Pref1>sample string 9</Pref1> <Pref2>sample string 8</Pref2> <Pref5>sample string 7</Pref5> <ShareDataPermission>true</ShareDataPermission> <ShippingAddressItemList> <GetCustomerInfoResponse.AddressItem> <Address1>sample string 7</Address1> <Address2>sample string 8</Address2> <AddressName>sample string 3</AddressName> <AddressType>2</AddressType> <City>sample string 11</City> <CountryCode>sample string 9</CountryCode> <CountryName>sample string 10</CountryName> <Description>sample string 6</Description> <District>sample string 13</District> <FirstName>sample string 4</FirstName> <Id>f71bc082-b74a-4842-ba0d-734da07d1631</Id> <IsCorporateAddress>true</IsCorporateAddress> <IsDefault>true</IsDefault> <LastName>sample string 5</LastName> <PhoneNumber>sample string 15</PhoneNumber> <PostalCode>sample string 14</PostalCode> <TaxNumber>sample string 18</TaxNumber> <Town>sample string 12</Town> </GetCustomerInfoResponse.AddressItem> <GetCustomerInfoResponse.AddressItem> <Address1>sample string 7</Address1> <Address2>sample string 8</Address2> <AddressName>sample string 3</AddressName> <AddressType>2</AddressType> <City>sample string 11</City> <CountryCode>sample string 9</CountryCode> <CountryName>sample string 10</CountryName> <Description>sample string 6</Description> <District>sample string 13</District> <FirstName>sample string 4</FirstName> <Id>f71bc082-b74a-4842-ba0d-734da07d1631</Id> <IsCorporateAddress>true</IsCorporateAddress> <IsDefault>true</IsDefault> <LastName>sample string 5</LastName> <PhoneNumber>sample string 15</PhoneNumber> <PostalCode>sample string 14</PostalCode> <TaxNumber>sample string 18</TaxNumber> <Town>sample string 12</Town> </GetCustomerInfoResponse.AddressItem> </ShippingAddressItemList> <Surname>sample string 4</Surname> <Title>sample string 2</Title> <ValidationState>12</ValidationState> </GetCustomerInfoResponse>