PUT api/Content/v2/GetUserDetails

Request Information

URI Parameters

None.

Body Parameters

APIUserDetailsRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

UniqueId

globally unique identifier

None.

UserUniqueId

integer

None.

DetailType

integer

None.

PageNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "UniqueId": "796f32ce-9fb5-4507-afe6-c2bab4b9d959",
  "UserUniqueId": 3,
  "DetailType": 4,
  "PageNumber": 5
}

application/xml, text/xml

Sample:
<APIUserDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <CustomerId>1</CustomerId>
  <DetailType>4</DetailType>
  <PageNumber>5</PageNumber>
  <UniqueId>796f32ce-9fb5-4507-afe6-c2bab4b9d959</UniqueId>
  <UserUniqueId>3</UserUniqueId>
</APIUserDetailsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIUserDetailsResponse
NameDescriptionTypeAdditional information
ListBeer

Collection of _Beer

None.

ListLocation

Collection of _Location

None.

ListFollower

Collection of APIFollowList

None.

ListFollowing

Collection of APIFollowList

None.

ListPhotos

Collection of PhotoListOfCheckIn

None.

ListCheckIn

Collection of CheckInHistory

None.

ListBadge

Collection of BadgeListResponse

None.

ListSeminar

Collection of ApISeminarList

None.

ListExhibitor

Collection of APIExhibitorList

None.

ListSpeaker

Collection of APISpeakerResponseList

None.

ListBeerStation

Collection of APIBeerStationResponse

None.

ListEvent

Collection of _Event

None.

TotalRecords

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ListBeer": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "Logo": "sample string 3",
      "Style": "sample string 4",
      "CustomerName": "sample string 5",
      "CreatedDate": 6,
      "IsAlreadyInWishList": true,
      "IsAlreadyInFav": true,
      "score": 9,
      "uuid": "sample string 10"
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "Logo": "sample string 3",
      "Style": "sample string 4",
      "CustomerName": "sample string 5",
      "CreatedDate": 6,
      "IsAlreadyInWishList": true,
      "IsAlreadyInFav": true,
      "score": 9,
      "uuid": "sample string 10"
    }
  ],
  "ListLocation": [
    {
      "Id": 1,
      "Title": "sample string 1",
      "Address": "sample string 2",
      "City": "sample string 3",
      "State": "sample string 4",
      "Country": "sample string 5",
      "Latitude": 6.0,
      "Longitude": 7.0,
      "ZipCode": "sample string 8",
      "Thumb": "sample string 9",
      "CreatedDate": 10,
      "IsAlreadyInWishList": true,
      "IsAlreadyInFav": true
    },
    {
      "Id": 1,
      "Title": "sample string 1",
      "Address": "sample string 2",
      "City": "sample string 3",
      "State": "sample string 4",
      "Country": "sample string 5",
      "Latitude": 6.0,
      "Longitude": 7.0,
      "ZipCode": "sample string 8",
      "Thumb": "sample string 9",
      "CreatedDate": 10,
      "IsAlreadyInWishList": true,
      "IsAlreadyInFav": true
    }
  ],
  "ListFollower": [
    {
      "ContactId": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Email": "sample string 4",
      "CompanyName": "sample string 5"
    },
    {
      "ContactId": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Email": "sample string 4",
      "CompanyName": "sample string 5"
    }
  ],
  "ListFollowing": [
    {
      "ContactId": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Email": "sample string 4",
      "CompanyName": "sample string 5"
    },
    {
      "ContactId": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Email": "sample string 4",
      "CompanyName": "sample string 5"
    }
  ],
  "ListPhotos": [
    {
      "Id": 1,
      "PhotoUrl": "sample string 2",
      "Thumb": "sample string 3"
    },
    {
      "Id": 1,
      "PhotoUrl": "sample string 2",
      "Thumb": "sample string 3"
    }
  ],
  "ListCheckIn": [
    {
      "Id": 1,
      "LocationId": 1,
      "BeerId": 1,
      "BeerLogo": "sample string 2",
      "ContactId": 3,
      "CreatedDate": 4,
      "LocationTitle": "sample string 5",
      "LocationLogo": "sample string 6",
      "Latitude": 1.0,
      "Longitude": 1.0,
      "BeerTitle": "sample string 7",
      "FirstName": "sample string 8",
      "LastName": "sample string 9",
      "MiddleName": "sample string 10",
      "Email": "sample string 11",
      "Comment": "sample string 12",
      "PhotoUrl": "sample string 13",
      "ProfileUrl": "sample string 14",
      "ProfileFileName": "sample string 15",
      "Rating": 1.1,
      "City": "sample string 16",
      "State": "sample string 17",
      "CustomerName": "sample string 18",
      "GooglePlace": {
        "Title": "sample string 1",
        "Latitude": 1.0,
        "Longitude": 1.0,
        "PlaceId": "sample string 2"
      },
      "Seminar": {
        "Id": 1,
        "Title": "sample string 1",
        "Location": "sample string 2",
        "SeminarDate": "2025-08-28T22:17:04.3497479+00:00",
        "SeminarTime": "sample string 4",
        "TimeTo": "sample string 5",
        "TimeFrom": "sample string 6",
        "Time": "2025-08-28T22:17:04.3497479+00:00",
        "IsAlreadyInFav": true
      },
      "Exhibitor": {
        "Id": 1,
        "Title": "sample string 1",
        "BoothNumber": "sample string 2",
        "IsAlreadyInFav": true
      },
      "Event": {
        "Id": 1,
        "Title": "sample string 2",
        "City": "sample string 3",
        "State": "sample string 4",
        "EventDate": 5,
        "_EventDate": "2025-08-28T22:17:04.3497479+00:00",
        "EventTime": "sample string 6",
        "Images": "sample string 7"
      },
      "LikeCount": 1,
      "CommentCount": 1,
      "IsLike": true,
      "TotalToast": 20,
      "IsToasted": true
    },
    {
      "Id": 1,
      "LocationId": 1,
      "BeerId": 1,
      "BeerLogo": "sample string 2",
      "ContactId": 3,
      "CreatedDate": 4,
      "LocationTitle": "sample string 5",
      "LocationLogo": "sample string 6",
      "Latitude": 1.0,
      "Longitude": 1.0,
      "BeerTitle": "sample string 7",
      "FirstName": "sample string 8",
      "LastName": "sample string 9",
      "MiddleName": "sample string 10",
      "Email": "sample string 11",
      "Comment": "sample string 12",
      "PhotoUrl": "sample string 13",
      "ProfileUrl": "sample string 14",
      "ProfileFileName": "sample string 15",
      "Rating": 1.1,
      "City": "sample string 16",
      "State": "sample string 17",
      "CustomerName": "sample string 18",
      "GooglePlace": {
        "Title": "sample string 1",
        "Latitude": 1.0,
        "Longitude": 1.0,
        "PlaceId": "sample string 2"
      },
      "Seminar": {
        "Id": 1,
        "Title": "sample string 1",
        "Location": "sample string 2",
        "SeminarDate": "2025-08-28T22:17:04.3497479+00:00",
        "SeminarTime": "sample string 4",
        "TimeTo": "sample string 5",
        "TimeFrom": "sample string 6",
        "Time": "2025-08-28T22:17:04.3497479+00:00",
        "IsAlreadyInFav": true
      },
      "Exhibitor": {
        "Id": 1,
        "Title": "sample string 1",
        "BoothNumber": "sample string 2",
        "IsAlreadyInFav": true
      },
      "Event": {
        "Id": 1,
        "Title": "sample string 2",
        "City": "sample string 3",
        "State": "sample string 4",
        "EventDate": 5,
        "_EventDate": "2025-08-28T22:17:04.3497479+00:00",
        "EventTime": "sample string 6",
        "Images": "sample string 7"
      },
      "LikeCount": 1,
      "CommentCount": 1,
      "IsLike": true,
      "TotalToast": 20,
      "IsToasted": true
    }
  ],
  "ListBadge": [
    {
      "Thumb": "sample string 1",
      "BadgeMessage": "sample string 2"
    },
    {
      "Thumb": "sample string 1",
      "BadgeMessage": "sample string 2"
    }
  ],
  "ListSeminar": [
    {
      "Id": 1,
      "Title": "sample string 1",
      "Location": "sample string 2",
      "SeminarDate": "2025-08-28T22:17:04.3497479+00:00",
      "SeminarTime": "sample string 4",
      "TimeTo": "sample string 5",
      "TimeFrom": "sample string 6",
      "Time": "2025-08-28T22:17:04.3497479+00:00",
      "IsAlreadyInFav": true
    },
    {
      "Id": 1,
      "Title": "sample string 1",
      "Location": "sample string 2",
      "SeminarDate": "2025-08-28T22:17:04.3497479+00:00",
      "SeminarTime": "sample string 4",
      "TimeTo": "sample string 5",
      "TimeFrom": "sample string 6",
      "Time": "2025-08-28T22:17:04.3497479+00:00",
      "IsAlreadyInFav": true
    }
  ],
  "ListExhibitor": [
    {
      "Id": 1,
      "Title": "sample string 1",
      "BoothNumber": "sample string 2",
      "IsAlreadyInFav": true
    },
    {
      "Id": 1,
      "Title": "sample string 1",
      "BoothNumber": "sample string 2",
      "IsAlreadyInFav": true
    }
  ],
  "ListSpeaker": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "Title": "sample string 3",
      "CompanyName": "sample string 4",
      "IsAlreadyInFav": true,
      "ProfilePhoto": "sample string 6",
      "Description": "sample string 7"
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "Title": "sample string 3",
      "CompanyName": "sample string 4",
      "IsAlreadyInFav": true,
      "ProfilePhoto": "sample string 6",
      "Description": "sample string 7"
    }
  ],
  "ListBeerStation": [
    {
      "Id": 1,
      "StationName": "sample string 2",
      "BoothNumber": "sample string 3",
      "BeerId": 4,
      "BeerName": "sample string 5",
      "ServeDate": "2025-08-28T22:17:04.3497479+00:00",
      "TimeTo": "sample string 7",
      "TimeFrom": "sample string 8",
      "CompanyName": "sample string 9",
      "IsAlreadyInFav": true
    },
    {
      "Id": 1,
      "StationName": "sample string 2",
      "BoothNumber": "sample string 3",
      "BeerId": 4,
      "BeerName": "sample string 5",
      "ServeDate": "2025-08-28T22:17:04.3497479+00:00",
      "TimeTo": "sample string 7",
      "TimeFrom": "sample string 8",
      "CompanyName": "sample string 9",
      "IsAlreadyInFav": true
    }
  ],
  "ListEvent": [
    {
      "Id": 1,
      "Title": "sample string 2",
      "City": "sample string 3",
      "State": "sample string 4",
      "EventDate": 5,
      "_EventDate": "2025-08-28T22:17:04.3497479+00:00",
      "EventTime": "sample string 6",
      "Images": "sample string 7"
    },
    {
      "Id": 1,
      "Title": "sample string 2",
      "City": "sample string 3",
      "State": "sample string 4",
      "EventDate": 5,
      "_EventDate": "2025-08-28T22:17:04.3497479+00:00",
      "EventTime": "sample string 6",
      "Images": "sample string 7"
    }
  ],
  "TotalRecords": 1
}

application/xml, text/xml

Sample:
<APIUserDetailsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <ListBadge>
    <BadgeListResponse>
      <BadgeMessage>sample string 2</BadgeMessage>
      <Thumb>sample string 1</Thumb>
    </BadgeListResponse>
    <BadgeListResponse>
      <BadgeMessage>sample string 2</BadgeMessage>
      <Thumb>sample string 1</Thumb>
    </BadgeListResponse>
  </ListBadge>
  <ListBeer>
    <_Beer>
      <CreatedDate>6</CreatedDate>
      <CustomerName>sample string 5</CustomerName>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <IsAlreadyInWishList>true</IsAlreadyInWishList>
      <Logo>sample string 3</Logo>
      <Name>sample string 2</Name>
      <Style>sample string 4</Style>
      <score>9</score>
      <uuid>sample string 10</uuid>
    </_Beer>
    <_Beer>
      <CreatedDate>6</CreatedDate>
      <CustomerName>sample string 5</CustomerName>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <IsAlreadyInWishList>true</IsAlreadyInWishList>
      <Logo>sample string 3</Logo>
      <Name>sample string 2</Name>
      <Style>sample string 4</Style>
      <score>9</score>
      <uuid>sample string 10</uuid>
    </_Beer>
  </ListBeer>
  <ListBeerStation>
    <APIBeerStationResponse>
      <BeerId>4</BeerId>
      <BeerName>sample string 5</BeerName>
      <BoothNumber>sample string 3</BoothNumber>
      <CompanyName>sample string 9</CompanyName>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <ServeDate>2025-08-28T22:17:04.3497479+00:00</ServeDate>
      <StationName>sample string 2</StationName>
      <TimeFrom>sample string 8</TimeFrom>
      <TimeTo>sample string 7</TimeTo>
    </APIBeerStationResponse>
    <APIBeerStationResponse>
      <BeerId>4</BeerId>
      <BeerName>sample string 5</BeerName>
      <BoothNumber>sample string 3</BoothNumber>
      <CompanyName>sample string 9</CompanyName>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <ServeDate>2025-08-28T22:17:04.3497479+00:00</ServeDate>
      <StationName>sample string 2</StationName>
      <TimeFrom>sample string 8</TimeFrom>
      <TimeTo>sample string 7</TimeTo>
    </APIBeerStationResponse>
  </ListBeerStation>
  <ListCheckIn>
    <CheckInHistory>
      <BeerId>1</BeerId>
      <BeerLogo>sample string 2</BeerLogo>
      <BeerTitle>sample string 7</BeerTitle>
      <City>sample string 16</City>
      <Comment>sample string 12</Comment>
      <CommentCount>1</CommentCount>
      <ContactId>3</ContactId>
      <CreatedDate>4</CreatedDate>
      <CustomerName>sample string 18</CustomerName>
      <Email>sample string 11</Email>
      <Event>
        <City>sample string 3</City>
        <EventDate>5</EventDate>
        <EventTime>sample string 6</EventTime>
        <Id>1</Id>
        <Images>sample string 7</Images>
        <State>sample string 4</State>
        <Title>sample string 2</Title>
        <_EventDate>2025-08-28T22:17:04.3497479+00:00</_EventDate>
      </Event>
      <Exhibitor>
        <BoothNumber>sample string 2</BoothNumber>
        <Id>1</Id>
        <IsAlreadyInFav>true</IsAlreadyInFav>
        <Title>sample string 1</Title>
      </Exhibitor>
      <FirstName>sample string 8</FirstName>
      <GooglePlace>
        <Latitude>1</Latitude>
        <Longitude>1</Longitude>
        <PlaceId>sample string 2</PlaceId>
        <Title>sample string 1</Title>
      </GooglePlace>
      <Id>1</Id>
      <IsLike>true</IsLike>
      <IsToasted>true</IsToasted>
      <LastName>sample string 9</LastName>
      <Latitude>1</Latitude>
      <LikeCount>1</LikeCount>
      <LocationId>1</LocationId>
      <LocationLogo>sample string 6</LocationLogo>
      <LocationTitle>sample string 5</LocationTitle>
      <Longitude>1</Longitude>
      <MiddleName>sample string 10</MiddleName>
      <PhotoUrl>sample string 13</PhotoUrl>
      <ProfileFileName>sample string 15</ProfileFileName>
      <ProfileUrl>sample string 14</ProfileUrl>
      <Rating>1.1</Rating>
      <Seminar>
        <Id>1</Id>
        <IsAlreadyInFav>true</IsAlreadyInFav>
        <Location>sample string 2</Location>
        <SeminarDate>2025-08-28T22:17:04.3497479+00:00</SeminarDate>
        <SeminarTime>sample string 4</SeminarTime>
        <Time>2025-08-28T22:17:04.3497479+00:00</Time>
        <TimeFrom>sample string 6</TimeFrom>
        <TimeTo>sample string 5</TimeTo>
        <Title>sample string 1</Title>
      </Seminar>
      <State>sample string 17</State>
      <TotalToast>20</TotalToast>
    </CheckInHistory>
    <CheckInHistory>
      <BeerId>1</BeerId>
      <BeerLogo>sample string 2</BeerLogo>
      <BeerTitle>sample string 7</BeerTitle>
      <City>sample string 16</City>
      <Comment>sample string 12</Comment>
      <CommentCount>1</CommentCount>
      <ContactId>3</ContactId>
      <CreatedDate>4</CreatedDate>
      <CustomerName>sample string 18</CustomerName>
      <Email>sample string 11</Email>
      <Event>
        <City>sample string 3</City>
        <EventDate>5</EventDate>
        <EventTime>sample string 6</EventTime>
        <Id>1</Id>
        <Images>sample string 7</Images>
        <State>sample string 4</State>
        <Title>sample string 2</Title>
        <_EventDate>2025-08-28T22:17:04.3497479+00:00</_EventDate>
      </Event>
      <Exhibitor>
        <BoothNumber>sample string 2</BoothNumber>
        <Id>1</Id>
        <IsAlreadyInFav>true</IsAlreadyInFav>
        <Title>sample string 1</Title>
      </Exhibitor>
      <FirstName>sample string 8</FirstName>
      <GooglePlace>
        <Latitude>1</Latitude>
        <Longitude>1</Longitude>
        <PlaceId>sample string 2</PlaceId>
        <Title>sample string 1</Title>
      </GooglePlace>
      <Id>1</Id>
      <IsLike>true</IsLike>
      <IsToasted>true</IsToasted>
      <LastName>sample string 9</LastName>
      <Latitude>1</Latitude>
      <LikeCount>1</LikeCount>
      <LocationId>1</LocationId>
      <LocationLogo>sample string 6</LocationLogo>
      <LocationTitle>sample string 5</LocationTitle>
      <Longitude>1</Longitude>
      <MiddleName>sample string 10</MiddleName>
      <PhotoUrl>sample string 13</PhotoUrl>
      <ProfileFileName>sample string 15</ProfileFileName>
      <ProfileUrl>sample string 14</ProfileUrl>
      <Rating>1.1</Rating>
      <Seminar>
        <Id>1</Id>
        <IsAlreadyInFav>true</IsAlreadyInFav>
        <Location>sample string 2</Location>
        <SeminarDate>2025-08-28T22:17:04.3497479+00:00</SeminarDate>
        <SeminarTime>sample string 4</SeminarTime>
        <Time>2025-08-28T22:17:04.3497479+00:00</Time>
        <TimeFrom>sample string 6</TimeFrom>
        <TimeTo>sample string 5</TimeTo>
        <Title>sample string 1</Title>
      </Seminar>
      <State>sample string 17</State>
      <TotalToast>20</TotalToast>
    </CheckInHistory>
  </ListCheckIn>
  <ListEvent>
    <_Event>
      <City>sample string 3</City>
      <EventDate>5</EventDate>
      <EventTime>sample string 6</EventTime>
      <Id>1</Id>
      <Images>sample string 7</Images>
      <State>sample string 4</State>
      <Title>sample string 2</Title>
      <_EventDate>2025-08-28T22:17:04.3497479+00:00</_EventDate>
    </_Event>
    <_Event>
      <City>sample string 3</City>
      <EventDate>5</EventDate>
      <EventTime>sample string 6</EventTime>
      <Id>1</Id>
      <Images>sample string 7</Images>
      <State>sample string 4</State>
      <Title>sample string 2</Title>
      <_EventDate>2025-08-28T22:17:04.3497479+00:00</_EventDate>
    </_Event>
  </ListEvent>
  <ListExhibitor>
    <APIExhibitorList>
      <BoothNumber>sample string 2</BoothNumber>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Title>sample string 1</Title>
    </APIExhibitorList>
    <APIExhibitorList>
      <BoothNumber>sample string 2</BoothNumber>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Title>sample string 1</Title>
    </APIExhibitorList>
  </ListExhibitor>
  <ListFollower>
    <APIFollowList>
      <CompanyName>sample string 5</CompanyName>
      <ContactId>1</ContactId>
      <Email>sample string 4</Email>
      <FirstName>sample string 2</FirstName>
      <LastName>sample string 3</LastName>
    </APIFollowList>
    <APIFollowList>
      <CompanyName>sample string 5</CompanyName>
      <ContactId>1</ContactId>
      <Email>sample string 4</Email>
      <FirstName>sample string 2</FirstName>
      <LastName>sample string 3</LastName>
    </APIFollowList>
  </ListFollower>
  <ListFollowing>
    <APIFollowList>
      <CompanyName>sample string 5</CompanyName>
      <ContactId>1</ContactId>
      <Email>sample string 4</Email>
      <FirstName>sample string 2</FirstName>
      <LastName>sample string 3</LastName>
    </APIFollowList>
    <APIFollowList>
      <CompanyName>sample string 5</CompanyName>
      <ContactId>1</ContactId>
      <Email>sample string 4</Email>
      <FirstName>sample string 2</FirstName>
      <LastName>sample string 3</LastName>
    </APIFollowList>
  </ListFollowing>
  <ListLocation>
    <_Location>
      <Address>sample string 2</Address>
      <City>sample string 3</City>
      <Country>sample string 5</Country>
      <CreatedDate>10</CreatedDate>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <IsAlreadyInWishList>true</IsAlreadyInWishList>
      <Latitude>6</Latitude>
      <Longitude>7</Longitude>
      <State>sample string 4</State>
      <Thumb>sample string 9</Thumb>
      <Title>sample string 1</Title>
      <ZipCode>sample string 8</ZipCode>
    </_Location>
    <_Location>
      <Address>sample string 2</Address>
      <City>sample string 3</City>
      <Country>sample string 5</Country>
      <CreatedDate>10</CreatedDate>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <IsAlreadyInWishList>true</IsAlreadyInWishList>
      <Latitude>6</Latitude>
      <Longitude>7</Longitude>
      <State>sample string 4</State>
      <Thumb>sample string 9</Thumb>
      <Title>sample string 1</Title>
      <ZipCode>sample string 8</ZipCode>
    </_Location>
  </ListLocation>
  <ListPhotos>
    <PhotoListOfCheckIn>
      <Id>1</Id>
      <PhotoUrl>sample string 2</PhotoUrl>
      <Thumb>sample string 3</Thumb>
    </PhotoListOfCheckIn>
    <PhotoListOfCheckIn>
      <Id>1</Id>
      <PhotoUrl>sample string 2</PhotoUrl>
      <Thumb>sample string 3</Thumb>
    </PhotoListOfCheckIn>
  </ListPhotos>
  <ListSeminar>
    <ApISeminarList>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Location>sample string 2</Location>
      <SeminarDate>2025-08-28T22:17:04.3497479+00:00</SeminarDate>
      <SeminarTime>sample string 4</SeminarTime>
      <Time>2025-08-28T22:17:04.3497479+00:00</Time>
      <TimeFrom>sample string 6</TimeFrom>
      <TimeTo>sample string 5</TimeTo>
      <Title>sample string 1</Title>
    </ApISeminarList>
    <ApISeminarList>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Location>sample string 2</Location>
      <SeminarDate>2025-08-28T22:17:04.3497479+00:00</SeminarDate>
      <SeminarTime>sample string 4</SeminarTime>
      <Time>2025-08-28T22:17:04.3497479+00:00</Time>
      <TimeFrom>sample string 6</TimeFrom>
      <TimeTo>sample string 5</TimeTo>
      <Title>sample string 1</Title>
    </ApISeminarList>
  </ListSeminar>
  <ListSpeaker>
    <APISpeakerResponseList>
      <CompanyName>sample string 4</CompanyName>
      <Description>sample string 7</Description>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Name>sample string 2</Name>
      <ProfilePhoto>sample string 6</ProfilePhoto>
      <Title>sample string 3</Title>
    </APISpeakerResponseList>
    <APISpeakerResponseList>
      <CompanyName>sample string 4</CompanyName>
      <Description>sample string 7</Description>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <Name>sample string 2</Name>
      <ProfilePhoto>sample string 6</ProfilePhoto>
      <Title>sample string 3</Title>
    </APISpeakerResponseList>
  </ListSpeaker>
  <TotalRecords>1</TotalRecords>
</APIUserDetailsResponse>