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": "7ff543d6-b028-457b-bcf2-9ca33463f522",
"PhoneNumber": "sample string 2",
"Password": "sample string 3",
"OTPCode": "sample string 4",
"OTPExpiry": "2025-12-06T04:58:38.75176+00:00",
"LastLogin": "2025-12-06T04:58:38.75176+00:00",
"IsVerified": true,
"Status": 64,
"CreatedAt": "2025-12-06T04:58:38.75176+00:00",
"CreatedBy": "c3f45060-40ea-42cd-a529-dbb788219aaf",
"UpdatedAt": "2025-12-06T04:58:38.75176+00:00",
"UpdatedBy": "089ea721-c592-4d2b-b772-2c3f1a2124f1",
"IsPhotoIdVerified": 64,
"CountryCode": "sample string 7",
"CustomerDetail": {
"CustomerDetailId": "1f9b39e5-e27e-488c-a4b3-dc080a407120",
"CustomerId": "aa3717f3-88d7-470e-b049-574e2ed5a31f",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"DateOfBirth": "2025-12-06T04:58:38.75176+00:00",
"ProfilePicture": "sample string 6",
"CreatedAt": "2025-12-06T04:58:38.75176+00:00",
"CreatedBy": "e50ec4a9-fbe9-441d-a4e1-b7cb5fe93c8c",
"UpdatedAt": "2025-12-06T04:58:38.75176+00:00",
"UpdatedBy": "01a10c63-402c-4769-a11b-39031bff1877",
"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. |