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": "98d7d035-5af6-41a3-8ee5-cecbda98bc91",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-02-15T15:07:47.1455161+00:00",
"LastLogin": "2026-02-15T15:07:47.1455161+00:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-02-15T15:07:47.1455161+00:00",
"CreatedBy": "94cb56c2-592f-4576-a838-b624965e1955",
"UpdatedAt": "2026-02-15T15:07:47.1455161+00:00",
"UpdatedBy": "ab3f9724-4255-4d0e-84be-997d11adb0c5",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "973a21ee-2ee5-4479-a53f-22c52d9e9a19",
"CustomerId": "fcfcfe0b-f34e-410f-aeec-fd1880af1731",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-02-15T15:07:47.1455161+00:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-02-15T15:07:47.1455161+00:00",
"CreatedBy": "9c13163c-c58b-4c98-8731-a97149653409",
"UpdatedAt": "2026-02-15T15:07:47.1455161+00:00",
"UpdatedBy": "b9f57ebf-1735-4ab2-981b-6acc62ce8e68",
"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. |