POST api/CheckVenueForCustomer
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": "dd81ed9b-92e1-4da1-9bda-61dba24609ab",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-06-05T15:50:12.0276899+01:00",
"LastLogin": "2026-06-05T15:50:12.0276899+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-06-05T15:50:12.0276899+01:00",
"CreatedBy": "5af9b0c6-01cf-4680-956a-ff8adeaaac2e",
"UpdatedAt": "2026-06-05T15:50:12.0276899+01:00",
"UpdatedBy": "a2e70a09-402e-4baa-86c1-cb546b506a35",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "6a58e0d4-c03b-4dfe-84f4-438d48155a94",
"CustomerId": "2038a248-d9fc-4a46-b242-ecfa06426e8e",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-06-05T15:50:12.0276899+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-06-05T15:50:12.0276899+01:00",
"CreatedBy": "43a7c7ff-504d-4693-b67c-8e528f6eae2e",
"UpdatedAt": "2026-06-05T15:50:12.0276899+01:00",
"UpdatedBy": "ccb32aa9-1e38-4ec0-b7da-fdbd305da96e",
"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. |