POST api/v1/Carousal/UserView
Request Information
URI Parameters
None.
Body Parameters
CarousalUserViewLogDTOName | Description | Type | Additional information |
---|---|---|---|
Category | string |
None. |
|
UserEmail | string |
None. |
|
IsViewed | boolean |
None. |
|
CreatedDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Category": "sample string 1", "UserEmail": "sample string 2", "IsViewed": true, "CreatedDateTime": "2025-04-29T13:33:44.9671041-04:00" }
application/xml, text/xml
Sample:
<CarousalUserViewLogDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RAIS.API.Models.MobileApp"> <Category>sample string 1</Category> <CreatedDateTime>2025-04-29T13:33:44.9671041-04:00</CreatedDateTime> <IsViewed>true</IsViewed> <UserEmail>sample string 2</UserEmail> </CarousalUserViewLogDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.