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": "266907cb-0ddf-46a1-8045-4b8b83c29e76",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-04-11T14:00:05.6973936+01:00",
"LastLogin": "2026-04-11T14:00:05.6973936+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-04-11T14:00:05.6973936+01:00",
"CreatedBy": "cc514147-b812-445f-8c1d-8aca290c6eef",
"UpdatedAt": "2026-04-11T14:00:05.6973936+01:00",
"UpdatedBy": "2ef91b21-d54b-4f2d-9cf8-a4708bc3d873",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "d305dad7-732c-4f7f-a37e-310fbd7cad64",
"CustomerId": "8cc47d7f-b545-4b05-8e9e-6a1b4d7f59af",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-04-11T14:00:05.6973936+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-04-11T14:00:05.6973936+01:00",
"CreatedBy": "2205cc8c-d48b-46bb-81e9-f6e02c148be8",
"UpdatedAt": "2026-04-11T14:00:05.6973936+01:00",
"UpdatedBy": "70be40f6-491a-46bc-8704-bbca79338e21",
"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. |