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": "83592d70-56d2-4529-ac45-7dd1e1cc3df9",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-02-15T15:07:53.2455405+00:00",
"LastLogin": "2026-02-15T15:07:53.2455405+00:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-02-15T15:07:53.2455405+00:00",
"CreatedBy": "4a436fc4-3aa3-4091-b961-1c14ff63be95",
"UpdatedAt": "2026-02-15T15:07:53.2455405+00:00",
"UpdatedBy": "b175f9cc-7de9-4bf0-ba2b-584862a2ed6b",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "11ead855-95de-4120-8a7b-c4b0ed4fbb32",
"CustomerId": "c6500771-9695-4a55-b2e0-2cd4109bc869",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-02-15T15:07:53.2455405+00:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-02-15T15:07:53.2455405+00:00",
"CreatedBy": "d9b36e4c-e785-4ac9-8739-7fe435c89248",
"UpdatedAt": "2026-02-15T15:07:53.2455405+00:00",
"UpdatedBy": "045cba4c-cde3-4f34-a966-05d4382f665e",
"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. |