GET api/Customer/CookiePermission/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GetCookiePermissionResponseName | Description | Type | Additional information |
---|---|---|---|
CookiePermission | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "CookiePermission": true }
application/xml, text/xml
Sample:
<GetCookiePermissionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response"> <CookiePermission>true</CookiePermission> </GetCookiePermissionResponse>