GET api/user/customer/{customerDID}/info
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerDID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ICustomerInfoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
None. |
|
| CustomerDID | string |
None. |
|
| Company | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| BillStreet1 | string |
None. |
|
| BillStreet2 | string |
None. |
|
| BillCity | string |
None. |
|
| BillState | string |
None. |
|
| BillPostalCode | string |
None. |
|
| BillCountry | string |
None. |
|
| BillCounty | string |
None. |
|
| ShipStreet1 | string |
None. |
|
| ShipStreet2 | string |
None. |
|
| ShipCity | string |
None. |
|
| ShipState | string |
None. |
|
| ShipPostalCode | string |
None. |
|
| ShipCountry | string |
None. |
|
| ShipCounty | string |
None. |
|
| Phone1 | string |
None. |
|
| Phone2 | string |
None. |
|
| Phone3 | string |
None. |
|
| Phone4 | string |
None. |
|
| Phone5 | string |
None. |
|
| Phone6 | string |
None. |
|
| PreferredCulture | integer |
None. |
|
| PreferredCultureDescription | string |
None. |
|
| DateOfBirth | date |
None. |
|
| ApplicationDate | string |
None. |
|
| CustomerStatusTypeDescription | string |
None. |
|
| PasswordRegex | IPasswordRegexType |
None. |
|
| IsReceivingZipLingoMessages | boolean |
None. |
|
| CustomerTypeID | integer |
None. |
|
| DisplayName | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<CustomerInfoViewModel> <CustomerID>0</CustomerID> <CustomerDID /> <Company /> <FirstName /> <LastName /> <Email /> <BillStreet1 /> <BillStreet2 /> <BillCity /> <BillState /> <BillPostalCode /> <BillCountry /> <BillCounty /> <ShipStreet1 /> <ShipStreet2 /> <ShipCity /> <ShipState /> <ShipPostalCode /> <ShipCountry /> <ShipCounty /> <Phone1 /> <Phone2 /> <Phone3 /> <Phone4 /> <Phone5 /> <Phone6 /> <PreferredCulture>0</PreferredCulture> <PreferredCultureDescription /> <DateOfBirth /> <ApplicationDate /> <CustomerStatusTypeDescription /> <PasswordRegex /> <IsReceivingZipLingoMessages /> <CustomerTypeID>0</CustomerTypeID> <DisplayName /> </CustomerInfoViewModel>
application/json, text/json
Sample:
{
"CustomerID": 0,
"PreferredCulture": 0,
"CustomerTypeID": 0
}