POST api/Customer/CookiePermission
Request Information
URI Parameters
None.
Body Parameters
SetCookiePermissionRequestName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
CookiePermissionDate | date |
None. |
|
IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "582bf257-294f-42d9-9753-acfa3b722bcc", "CookiePermissionDate": "2025-05-24T00:05:00.3412898+03:00", "IpAddress": "sample string 3" }
application/xml, text/xml
Sample:
<SetCookiePermissionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <CookiePermissionDate>2025-05-24T00:05:00.3412898+03:00</CookiePermissionDate> <IpAddress>sample string 3</IpAddress> <UserId>582bf257-294f-42d9-9753-acfa3b722bcc</UserId> </SetCookiePermissionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.