GET api/Customer/DetailsByEmail/{affiliateId}/{email}
Return account details for customer by customer email address
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
Affiliate Id |
integer |
Required |
Customer email address |
string |
Required |
|
v |
The requested API version |
string |
Default value is 2.0 |
Body Parameters
None.
Response Information
Resource Description
Return account details for customer by customer email address
FilmFlex.Platform.Common.API.Contracts.V2.Customer.CustomerDetailsDTOName | Description | Type | Additional information |
---|---|---|---|
CustomerLogin | string |
None. |
|
Title | string |
None. |
|
GivenName | string |
None. |
|
LastName | string |
None. |
|
Address1 | string |
None. |
|
Address2 | string |
None. |
|
City | string |
None. |
|
Country | string |
None. |
|
PostCode | string |
None. |
|
EmailAddress | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CustomerLogin": "sample string 1", "Title": "sample string 2", "GivenName": "sample string 3", "LastName": "sample string 4", "Address1": "sample string 5", "Address2": "sample string 6", "City": "sample string 7", "Country": "sample string 8", "PostCode": "sample string 9", "EmailAddress": "sample string 10" }