POST Api/Log/ClickLogEntry
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
clickLogEntry | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "cookieGuid": "sample string 1", "projectId": "sample string 2", "usedLanguage": "sample string 3", "exhibitorId": 1, "exProjectId": 1, "dateCreated": "2025-03-14T07:00:08.6338833+01:00", "urlRedirect": "sample string 5", "visitedPage": "sample string 6", "logType": "sample string 7", "itemId": 1, "visitorIP": "sample string 8", "userAgent": "sample string 9", "userId": "sample string 10", "email": "sample string 11", "authenticationProvider": "sample string 12" }
text/html
Sample:
{"cookieGuid":"sample string 1","projectId":"sample string 2","usedLanguage":"sample string 3","exhibitorId":1,"exProjectId":1,"dateCreated":"2025-03-14T07:00:08.6338833+01:00","urlRedirect":"sample string 5","visitedPage":"sample string 6","logType":"sample string 7","itemId":1,"visitorIP":"sample string 8","userAgent":"sample string 9","userId":"sample string 10","email":"sample string 11","authenticationProvider":"sample string 12"}
application/xml, text/xml
Sample:
<ClickLogEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.CrossCutting.Entities"> <AuthenticationProvider>sample string 12</AuthenticationProvider> <CookieGuid>sample string 1</CookieGuid> <DateCreated>2025-03-14T07:00:08.6338833+01:00</DateCreated> <Email>sample string 11</Email> <ExProjectId>1</ExProjectId> <ExhibitorId>1</ExhibitorId> <ItemId>1</ItemId> <LogType>sample string 7</LogType> <ProjectId>sample string 2</ProjectId> <UrlRedirect>sample string 5</UrlRedirect> <UsedLanguage>sample string 3</UsedLanguage> <UserAgent>sample string 9</UserAgent> <UserId>sample string 10</UserId> <VisitedPage>sample string 6</VisitedPage> <VisitorIP>sample string 8</VisitorIP> </ClickLogEntry>
application/x-www-form-urlencoded
Sample:
Sample not available.