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": "a7bafc3d-36a0-4672-aaaa-b7296d8e837c",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-07-29T05:01:58.2972813+01:00",
"LastLogin": "2026-07-29T05:01:58.2972813+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-07-29T05:01:58.2972813+01:00",
"CreatedBy": "28866983-eb3f-4b96-9d32-528c8ee8e8ca",
"UpdatedAt": "2026-07-29T05:01:58.2972813+01:00",
"UpdatedBy": "61d545c6-4b0e-40ca-ab10-4f8ff869b548",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "b4ba6f76-1f13-4ee7-b779-4fdf58fbc5b9",
"CustomerId": "bb65946a-e7cd-43ab-93ce-07c712d302ba",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-07-29T05:01:58.2972813+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-07-29T05:01:58.2972813+01:00",
"CreatedBy": "86b37ecc-dcec-4f32-a5f5-69a1b3c2f632",
"UpdatedAt": "2026-07-29T05:01:58.2972813+01:00",
"UpdatedBy": "80b3376a-ed19-4834-8347-3d3c66ae8fb2",
"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. |