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": "286f78b0-418e-4b67-8a97-4e485709c206",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-04-11T13:58:39.1223305+01:00",
"LastLogin": "2026-04-11T13:58:39.1223305+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-04-11T13:58:39.1223305+01:00",
"CreatedBy": "4b9d1c4b-ff2d-4240-8965-35af6ce7c4eb",
"UpdatedAt": "2026-04-11T13:58:39.1223305+01:00",
"UpdatedBy": "8918775d-f453-423d-830f-94bdad951374",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "f0071a0a-d89f-4098-80b2-09558cf35b2e",
"CustomerId": "c2f266fd-382c-48cd-a131-89b8e901a25b",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-04-11T13:58:39.1223305+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-04-11T13:58:39.1223305+01:00",
"CreatedBy": "ebb30ee5-9f74-47d3-bb34-1e1b0e36b17b",
"UpdatedAt": "2026-04-11T13:58:39.1223305+01:00",
"UpdatedBy": "9c5a6992-ad1e-4d88-a535-6b43a7baefbd",
"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. |