POST api/CustomerLogout
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": "e68bb81a-04f6-4d0d-83e4-e47696fbd9e7",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2025-12-06T04:58:39.7494032+00:00",
"LastLogin": "2025-12-06T04:58:39.7494032+00:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2025-12-06T04:58:39.7494032+00:00",
"CreatedBy": "a46ea6df-0b07-41a3-9a01-989da92df831",
"UpdatedAt": "2025-12-06T04:58:39.7494032+00:00",
"UpdatedBy": "df494774-54b4-4e81-bc94-092450a7ef7a",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "7691e1a3-f589-4d38-a942-729e2ed1c02c",
"CustomerId": "38ad4694-ee4d-481a-b10a-ba9096ff195a",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2025-12-06T04:58:39.7494032+00:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2025-12-06T04:58:39.7494032+00:00",
"CreatedBy": "03bae944-e5da-4781-ae0c-4a537eacab93",
"UpdatedAt": "2025-12-06T04:58:39.7494032+00:00",
"UpdatedBy": "679d7ac6-e915-4463-8e01-9f81bca1796c",
"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. |