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": "a33ca8e8-5395-4a58-8812-06fea7b8ff06",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2026-09-23T10:50:08.3547328+01:00",
"LastLogin": "2026-09-23T10:50:08.3547328+01:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2026-09-23T10:50:08.3547328+01:00",
"CreatedBy": "e1dc5470-0472-4cee-98de-8405e2cbad2a",
"UpdatedAt": "2026-09-23T10:50:08.3547328+01:00",
"UpdatedBy": "1f3b97f7-05cc-4196-93c4-4860d4dfed35",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "9b02cd05-b0d5-40cf-8c53-1b5e1a5ebb87",
"CustomerId": "8ba079d2-dca3-4a00-b3d3-c6046c34acf6",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2026-09-23T10:50:08.3547328+01:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2026-09-23T10:50:08.3547328+01:00",
"CreatedBy": "f561a5dc-8c13-4cf9-8a8e-6529ed8569f6",
"UpdatedAt": "2026-09-23T10:50:08.3547328+01:00",
"UpdatedBy": "9e4fb91b-24f4-4285-9aed-003191ede444",
"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. |