POST api/ValidateContactData
Request Information
URI Parameters
None.
Body Parameters
RenewalContactValidateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Accountnumber | string |
None. |
|
| Is_contactedited | boolean |
None. |
|
| authpersoncontactId | string |
None. |
|
| authPersonFullname | string |
None. |
|
| authPersonNric | string |
None. |
|
| authPersonEmail | string |
None. |
|
| authPersonPhone | string |
None. |
|
| authPersondesignation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Accountnumber": "sample string 1",
"Is_contactedited": true,
"authpersoncontactId": "sample string 3",
"authPersonFullname": "sample string 4",
"authPersonNric": "sample string 5",
"authPersonEmail": "sample string 6",
"authPersonPhone": "sample string 7",
"authPersondesignation": "sample string 8"
}
text/plain, application/octet-stream
Sample:
{"Accountnumber":"sample string 1","Is_contactedited":true,"authpersoncontactId":"sample string 3","authPersonFullname":"sample string 4","authPersonNric":"sample string 5","authPersonEmail":"sample string 6","authPersonPhone":"sample string 7","authPersondesignation":"sample string 8"}
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. |