POST api/v3/findOldContact
Request Information
URI Parameters
None.
Body Parameters
FindOldContactRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| oldYhMemberId | string |
None. |
|
| oldYhEmail | string |
None. |
|
| dob | integer |
None. |
|
| mob | integer |
None. |
|
| mobileWithCountry | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"oldYhMemberId": "sample string 1",
"oldYhEmail": "sample string 2",
"dob": 3,
"mob": 4,
"mobileWithCountry": "sample string 5"
}
application/xml, text/xml
Sample:
<FindOldContactRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPILoyalty.Models"> <dob>3</dob> <mob>4</mob> <mobileWithCountry>sample string 5</mobileWithCountry> <oldYhEmail>sample string 2</oldYhEmail> <oldYhMemberId>sample string 1</oldYhMemberId> </FindOldContactRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |