POST v1/customization

Request Information

URI Parameters

None.

Body Parameters

CustomizationViewModel
NameDescriptionTypeAdditional information
CustomerID

integer

None.

SiteContainerBackgroundColor

string

None.

SiteContainerFontColor

string

None.

SiteButtonBackgroundColor

string

None.

SiteButtonFontColor

string

None.

SiteLogoUrl

string

None.

LoginLogoUrl

string

None.

LoginBackgroundUrl

string

None.

TrackingBackgroundColor

string

None.

TrackingFontColor

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerID": 1,
  "SiteContainerBackgroundColor": "sample string 2",
  "SiteContainerFontColor": "sample string 3",
  "SiteButtonBackgroundColor": "sample string 4",
  "SiteButtonFontColor": "sample string 5",
  "SiteLogoUrl": "sample string 6",
  "LoginLogoUrl": "sample string 7",
  "LoginBackgroundUrl": "sample string 8",
  "TrackingBackgroundColor": "sample string 9",
  "TrackingFontColor": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.