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": "61b8262d-2859-41d5-a878-bf1144ea2956",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-02-15T15:07:46.4614466+00:00",
"LastLogin": "2026-02-15T15:07:46.4614466+00:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-02-15T15:07:46.4614466+00:00",
"CreatedBy": "d70560cc-f6b3-43e0-a775-784f8d6970f6",
"UpdatedAt": "2026-02-15T15:07:46.4614466+00:00",
"UpdatedBy": "5639c1f7-ddee-4d61-ad55-98b9f578618b",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "1141b365-5910-4604-906b-f6de7aa146b9",
"CustomerId": "6050c0ee-6534-439e-bee8-c37f1ee8da0a",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-02-15T15:07:46.4614466+00:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-02-15T15:07:46.4614466+00:00",
"CreatedBy": "e923b94d-2f94-4c58-8492-8ddd85db2971",
"UpdatedAt": "2026-02-15T15:07:46.4614466+00:00",
"UpdatedBy": "54857e39-55a4-4173-b5a9-9eda4c902ad9",
"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. |