GET api/ms/customer/info?store_url={store_url}
Get Personal Information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| store_url | string |
None. |
Body Parameters
None.
Response Information
Resource Description
m_customer_view| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| CustomerFullName | string |
None. |
|
| CustomerUsername | string |
None. |
|
| CustomerFirstName | string |
None. |
|
| CustomerLastName | string |
None. |
|
| CustomerEmail | string |
None. |
|
| ProfileImg | string |
None. |
|
| IdentityCardImg | string |
None. |
|
| IdentityCard | string |
None. |
|
| IdentityType | string |
None. |
|
| CustomerCountryCode | string |
None. |
|
| CustomerPhoneNo | string |
None. |
|
| CustomerPhoneNoVerified | boolean |
None. |
|
| CustomerStatus | string |
None. |
|
| CustomerVerified | string |
None. |
|
| CustomerAddress | Collection of m_address_view |
None. |
|
| Store | string |
None. |
|
| StoreIsBlocked | boolean |
None. |
|
| StoreIsBlockedNote | string |
None. |
|
| Access | boolean |
None. |
|
| Access_block | boolean |
None. |
|
| Store_is_customer | boolean |
None. |
|
| Store_customer_verified | boolean |
None. |
|
| IsDemo | boolean |
None. |
|
| DemoStoreUrl | string |
None. |
|
| SubscriptionReady | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"CustomerFullName": "sample string 2",
"CustomerUsername": "sample string 3",
"CustomerFirstName": "sample string 4",
"CustomerLastName": "sample string 5",
"CustomerEmail": "sample string 6",
"ProfileImg": "sample string 7",
"IdentityCardImg": "sample string 8",
"IdentityCard": "sample string 9",
"IdentityType": "sample string 10",
"CustomerCountryCode": "sample string 11",
"CustomerPhoneNo": "sample string 12",
"CustomerPhoneNoVerified": true,
"CustomerStatus": "sample string 14",
"CustomerVerified": "sample string 15",
"CustomerAddress": [
{
"AddressId": 1,
"Legal_Status": "sample string 2",
"Branch_No": 1,
"Tax_Id": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"Country": "sample string 6",
"Province": "sample string 7",
"District": "sample string 8",
"SubDistrict": "sample string 9",
"CountryCode": "sample string 10",
"PhoneNumber": "sample string 11",
"FullPhoneNumber": "sample string 12",
"PostalCode": "sample string 13",
"Status": "sample string 14",
"is_default": true
},
{
"AddressId": 1,
"Legal_Status": "sample string 2",
"Branch_No": 1,
"Tax_Id": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"Country": "sample string 6",
"Province": "sample string 7",
"District": "sample string 8",
"SubDistrict": "sample string 9",
"CountryCode": "sample string 10",
"PhoneNumber": "sample string 11",
"FullPhoneNumber": "sample string 12",
"PostalCode": "sample string 13",
"Status": "sample string 14",
"is_default": true
}
],
"Store": "sample string 16",
"StoreIsBlocked": true,
"StoreIsBlockedNote": "sample string 18",
"Access": true,
"Access_block": true,
"Store_is_customer": true,
"Store_customer_verified": true,
"IsDemo": true,
"DemoStoreUrl": "sample string 24",
"SubscriptionReady": true
}
application/xml, text/xml
Sample:
<m_customer_view xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem">
<Access>true</Access>
<Access_block>true</Access_block>
<CustomerAddress>
<m_address_view>
<AddressId>1</AddressId>
<AddressLine1>sample string 4</AddressLine1>
<AddressLine2>sample string 5</AddressLine2>
<Branch_No>1</Branch_No>
<Country>sample string 6</Country>
<CountryCode>sample string 10</CountryCode>
<District>sample string 8</District>
<FullPhoneNumber>sample string 12</FullPhoneNumber>
<Legal_Status>sample string 2</Legal_Status>
<PhoneNumber>sample string 11</PhoneNumber>
<PostalCode>sample string 13</PostalCode>
<Province>sample string 7</Province>
<Status>sample string 14</Status>
<SubDistrict>sample string 9</SubDistrict>
<Tax_Id>sample string 3</Tax_Id>
<is_default>true</is_default>
</m_address_view>
<m_address_view>
<AddressId>1</AddressId>
<AddressLine1>sample string 4</AddressLine1>
<AddressLine2>sample string 5</AddressLine2>
<Branch_No>1</Branch_No>
<Country>sample string 6</Country>
<CountryCode>sample string 10</CountryCode>
<District>sample string 8</District>
<FullPhoneNumber>sample string 12</FullPhoneNumber>
<Legal_Status>sample string 2</Legal_Status>
<PhoneNumber>sample string 11</PhoneNumber>
<PostalCode>sample string 13</PostalCode>
<Province>sample string 7</Province>
<Status>sample string 14</Status>
<SubDistrict>sample string 9</SubDistrict>
<Tax_Id>sample string 3</Tax_Id>
<is_default>true</is_default>
</m_address_view>
</CustomerAddress>
<CustomerCountryCode>sample string 11</CustomerCountryCode>
<CustomerEmail>sample string 6</CustomerEmail>
<CustomerFirstName>sample string 4</CustomerFirstName>
<CustomerFullName>sample string 2</CustomerFullName>
<CustomerId>1</CustomerId>
<CustomerLastName>sample string 5</CustomerLastName>
<CustomerPhoneNo>sample string 12</CustomerPhoneNo>
<CustomerPhoneNoVerified>true</CustomerPhoneNoVerified>
<CustomerStatus>sample string 14</CustomerStatus>
<CustomerUsername>sample string 3</CustomerUsername>
<CustomerVerified>sample string 15</CustomerVerified>
<DemoStoreUrl>sample string 24</DemoStoreUrl>
<IdentityCard>sample string 9</IdentityCard>
<IdentityCardImg>sample string 8</IdentityCardImg>
<IdentityType>sample string 10</IdentityType>
<IsDemo>true</IsDemo>
<ProfileImg>sample string 7</ProfileImg>
<Store>sample string 16</Store>
<StoreIsBlocked>true</StoreIsBlocked>
<StoreIsBlockedNote>sample string 18</StoreIsBlockedNote>
<Store_customer_verified>true</Store_customer_verified>
<Store_is_customer>true</Store_is_customer>
<SubscriptionReady>true</SubscriptionReady>
</m_customer_view>