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": "c2e228f2-fe01-457d-8b8c-2f86bb8bf088",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-09-23T10:50:00.0702745+01:00",
"LastLogin": "2026-09-23T10:50:00.0702745+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-09-23T10:50:00.0702745+01:00",
"CreatedBy": "99e583cc-e59d-4e5d-8eaa-95aecbbe2b4b",
"UpdatedAt": "2026-09-23T10:50:00.0702745+01:00",
"UpdatedBy": "3a62fe54-93a1-4df8-9065-757671bd8212",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "f4bf5dd0-5c1e-4978-9aec-cd1908569045",
"CustomerId": "ad110b31-d62b-4061-8fde-1c371462d931",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-09-23T10:50:00.0702745+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-09-23T10:50:00.0702745+01:00",
"CreatedBy": "d6dda296-5148-463a-b80d-59aa73f81890",
"UpdatedAt": "2026-09-23T10:50:00.0702745+01:00",
"UpdatedBy": "f5bda578-6e90-4cc6-9076-e13c4362aa7b",
"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. |