POST api/Customer/GetCustomerDetails
Request Information
URI Parameters
None.
Body Parameters
GetCustomerRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerKey | integer |
None. |
|
| CustomerEmail | string |
None. |
|
| userToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerKey": 1,
"CustomerEmail": "sample string 2",
"userToken": "sample string 3"
}
text/xml
Sample:
<GetCustomerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport"> <CustomerEmail>sample string 2</CustomerEmail> <CustomerKey>1</CustomerKey> <userToken>sample string 3</userToken> </GetCustomerRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.