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": "b7cbc570-d53d-4bc6-8f51-d07a0c461e8b",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2025-12-06T05:04:27.546969+00:00",
"LastLogin": "2025-12-06T05:04:27.546969+00:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2025-12-06T05:04:27.546969+00:00",
"CreatedBy": "452fecdb-0b7d-45c2-9cf9-7d032e7ea664",
"UpdatedAt": "2025-12-06T05:04:27.546969+00:00",
"UpdatedBy": "417753c1-4a98-4348-a9d2-37e2c4b71216",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "538777da-c03b-465f-a99a-2b4cb6bc3b0b",
"CustomerId": "64ad805c-5fbc-4b43-b4ef-8f70f8e54921",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2025-12-06T05:04:27.546969+00:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2025-12-06T05:04:27.546969+00:00",
"CreatedBy": "1b250e40-995e-42ff-9953-db35a323f2ac",
"UpdatedAt": "2025-12-06T05:04:27.546969+00:00",
"UpdatedBy": "d60e2c4e-9768-4a6d-8223-81ff7c494272",
"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. |