POST api/Customer/CookiePermission
Request Information
URI Parameters
None.
Body Parameters
SetCookiePermissionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| CookiePermissionDate | date |
None. |
|
| IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "eff3dbfd-06b4-4f2e-a0fc-24571ea582f7",
"CookiePermissionDate": "2025-10-30T21:00:35.4708146+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-10-30T21:00:35.4708146+03:00</CookiePermissionDate> <IpAddress>sample string 3</IpAddress> <UserId>eff3dbfd-06b4-4f2e-a0fc-24571ea582f7</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.