POST api/CustomerLogin
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": "7b446eba-71cd-453f-85ce-68020704c263",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-04-11T14:00:00.5181986+01:00",
"LastLogin": "2026-04-11T14:00:00.5181986+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-04-11T14:00:00.5181986+01:00",
"CreatedBy": "1f8994db-fa59-4c07-a109-bce810a9ff5c",
"UpdatedAt": "2026-04-11T14:00:00.5181986+01:00",
"UpdatedBy": "23b2323e-e38d-4c4f-a919-db8b053cda54",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "716c05c5-340d-4cf0-8ba6-db4209fb74b2",
"CustomerId": "5674f516-3051-4e73-85da-11fec2af2880",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-04-11T14:00:00.5181986+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-04-11T14:00:00.5181986+01:00",
"CreatedBy": "4b84dd14-9ab5-4207-99d1-60633398b805",
"UpdatedAt": "2026-04-11T14:00:00.5181986+01:00",
"UpdatedBy": "d7a39f93-ae30-43bf-a03e-8f49d0bc0a66",
"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. |