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": "0ae69e50-4f92-4091-85e2-0d926d9ad1cf",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-06-05T15:50:57.0948924+01:00",
"LastLogin": "2026-06-05T15:50:57.0948924+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-06-05T15:50:57.0948924+01:00",
"CreatedBy": "d30a52a0-7935-4afa-9ef4-b3c58fb339c5",
"UpdatedAt": "2026-06-05T15:50:57.0948924+01:00",
"UpdatedBy": "758420ff-691a-414a-9feb-9afcf8ca1c73",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "86892f67-b1ae-4b3f-953f-ec02c80eeb6b",
"CustomerId": "a4532148-30d0-4163-9b43-a73401e74230",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-06-05T15:50:57.0948924+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-06-05T15:50:57.0948924+01:00",
"CreatedBy": "8d5d2672-bca3-45be-a2a6-101bf3c932d6",
"UpdatedAt": "2026-06-05T15:50:57.0948924+01:00",
"UpdatedBy": "a0480e69-0974-405f-9d81-1798cbe8dbcd",
"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. |