GET api/Account/GetBrandProperties

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BrandProperties
NameDescriptionTypeAdditional information
isB2BEnabeld

boolean

None.

isB2CEnabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "isB2BEnabeld": true,
  "isB2CEnabled": true
}

application/xml, text/xml

Sample:
<BrandProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Flynet.API.Web.Models">
  <isB2BEnabeld>true</isB2BEnabeld>
  <isB2CEnabled>true</isB2CEnabled>
</BrandProperties>