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": "6de8256e-22c7-4c8a-9763-315b7764a720",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-09-23T10:50:29.3090705+01:00",
"LastLogin": "2026-09-23T10:50:29.3090705+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-09-23T10:50:29.3090705+01:00",
"CreatedBy": "e362e7f0-38b3-45d6-b7c3-89a0ababe859",
"UpdatedAt": "2026-09-23T10:50:29.3090705+01:00",
"UpdatedBy": "7d6acbdf-922c-4045-b7ee-ec5540d9ca8f",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "2853bc1d-bca3-4c4b-b4e5-6c51cc766f9f",
"CustomerId": "2225c2cb-5234-4f92-ba6b-32c76f400cdc",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-09-23T10:50:29.3090705+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-09-23T10:50:29.3090705+01:00",
"CreatedBy": "1a583bdf-5903-4504-838b-a02c754f111a",
"UpdatedAt": "2026-09-23T10:50:29.3090705+01:00",
"UpdatedBy": "60c1fa5b-d486-4d79-a597-c57d985b9e86",
"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. |