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": "079d4c8d-fd9f-4014-9b20-e2e9ea1216eb",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-07-29T05:01:58.8137058+01:00",
"LastLogin": "2026-07-29T05:01:58.8137058+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-07-29T05:01:58.8137058+01:00",
"CreatedBy": "e5a1fd16-41c1-420c-86c8-966edbb487f0",
"UpdatedAt": "2026-07-29T05:01:58.8137058+01:00",
"UpdatedBy": "bd7eb67a-a651-44b8-95d5-8ee15ed9cbf7",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "8fcef3bf-8082-4237-8ff2-cc7ef68411d4",
"CustomerId": "aaecfc82-6309-48f9-8cc0-a50aa9663db0",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-07-29T05:01:58.8137058+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-07-29T05:01:58.8137058+01:00",
"CreatedBy": "16481fb7-a633-4404-848c-33adc31d408d",
"UpdatedAt": "2026-07-29T05:01:58.8137058+01:00",
"UpdatedBy": "345f6a1c-12eb-4cd7-a36f-76b313d52c6a",
"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. |