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": "ca5d59f7-2c02-4e7f-b82e-d729bb0e7f93", "CookiePermissionDate": "2025-09-14T21:26:23.4836419+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-09-14T21:26:23.4836419+03:00</CookiePermissionDate> <IpAddress>sample string 3</IpAddress> <UserId>ca5d59f7-2c02-4e7f-b82e-d729bb0e7f93</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.