POST api/VerifyPhone
Request Information
URI Parameters
None.
Body Parameters
CustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| PhoneNumber | string |
None. |
|
| Password | string |
None. |
|
| OTPCode | string |
None. |
|
| OTPExpiry | date |
None. |
|
| LastLogin | date |
None. |
|
| IsVerified | boolean |
None. |
|
| Status | byte |
None. |
|
| CreatedAt | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| UpdatedAt | date |
None. |
|
| UpdatedBy | globally unique identifier |
None. |
|
| IsPhotoIdVerified | byte |
None. |
|
| CountryCode | string |
None. |
|
| CustomerDetail | CustomerDetailModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "6ea2081d-190a-4039-bd3f-464ac6252ae3",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-04-11T13:58:00.5348875+01:00",
"LastLogin": "2026-04-11T13:58:00.5348875+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-04-11T13:58:00.5348875+01:00",
"CreatedBy": "d21e02e0-64d7-4e96-89d4-9a536315bde0",
"UpdatedAt": "2026-04-11T13:58:00.5348875+01:00",
"UpdatedBy": "1d510351-93a6-4888-a1da-605819eadeef",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "05c83aba-c66f-4017-ac14-906a05cd7f1c",
"CustomerId": "9d3c2a02-acbc-4a27-8dcb-679b13e3279e",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-04-11T13:58:00.5348875+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-04-11T13:58:00.5348875+01:00",
"CreatedBy": "8e09abf5-cd0a-4d93-a09e-f9aebe698183",
"UpdatedAt": "2026-04-11T13:58:00.5348875+01:00",
"UpdatedBy": "5603a2d1-af24-46f6-8fcc-eaa96402d760",
"PhotoIdPic": "sample string 7"
}
}
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. |