POST api/RegisterPhone
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": "ada87286-1170-450d-8f4b-c910f1ee8f9e",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-07-29T05:01:28.1342613+01:00",
"LastLogin": "2026-07-29T05:01:28.1342613+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-07-29T05:01:28.1342613+01:00",
"CreatedBy": "5f369ee0-3bf9-41e5-a7ce-b2c1149d138a",
"UpdatedAt": "2026-07-29T05:01:28.1342613+01:00",
"UpdatedBy": "539a95a5-0021-4647-ba7a-4b987da82792",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "4b3a4d00-91d1-4326-988a-63a2d5085fb7",
"CustomerId": "f55b7f18-f5d1-4833-893b-99197fbb5805",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-07-29T05:01:28.1342613+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-07-29T05:01:28.1342613+01:00",
"CreatedBy": "913479bb-c931-4e89-aa44-8f19d60d4cd2",
"UpdatedAt": "2026-07-29T05:01:28.1342613+01:00",
"UpdatedBy": "7bc1bfd2-62d8-43b5-a632-dba05c77a828",
"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. |