POST admin/addon/TenantScheduler/details/company/{tenantId}/add_zip_validation_messages

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantId

string

Required

Body Parameters

TenantCompanyScheduler
NameDescriptionTypeAdditional information
Logo

string

None.

Placeholder

string

None.

backgroungColor

string

None.

headerBackgroundColor

string

None.

buttonBackgroundColor

string

None.

optionBackgroundColor

string

None.

activeBackgroundColor

string

None.

ZipCodeSuccessMessage

string

None.

ZipCodeErrorMessage

string

None.

IsMediaRequired

boolean

None.

MediaNoOfFiles

integer

None.

MediaHeader

string

None.

MediaFooter

string

None.

Step1

string

None.

Step2

string

None.

Step3

string

None.

Step4

string

None.

Step5

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Logo": "sample string 1",
  "Placeholder": "sample string 2",
  "backgroungColor": "sample string 3",
  "headerBackgroundColor": "sample string 4",
  "buttonBackgroundColor": "sample string 5",
  "optionBackgroundColor": "sample string 6",
  "activeBackgroundColor": "sample string 7",
  "ZipCodeSuccessMessage": "sample string 8",
  "ZipCodeErrorMessage": "sample string 9",
  "IsMediaRequired": true,
  "MediaNoOfFiles": 1,
  "MediaHeader": "sample string 11",
  "MediaFooter": "sample string 12",
  "Step1": "sample string 13",
  "Step2": "sample string 14",
  "Step3": "sample string 15",
  "Step4": "sample string 16",
  "Step5": "sample string 17"
}

application/xml, text/xml

Sample:
<TenantCompanyScheduler xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AddOn">
  <IsMediaRequired>true</IsMediaRequired>
  <Logo>sample string 1</Logo>
  <MediaFooter>sample string 12</MediaFooter>
  <MediaHeader>sample string 11</MediaHeader>
  <MediaNoOfFiles>1</MediaNoOfFiles>
  <Placeholder>sample string 2</Placeholder>
  <Step1>sample string 13</Step1>
  <Step2>sample string 14</Step2>
  <Step3>sample string 15</Step3>
  <Step4>sample string 16</Step4>
  <Step5>sample string 17</Step5>
  <ZipCodeErrorMessage>sample string 9</ZipCodeErrorMessage>
  <ZipCodeSuccessMessage>sample string 8</ZipCodeSuccessMessage>
  <activeBackgroundColor>sample string 7</activeBackgroundColor>
  <backgroungColor>sample string 3</backgroungColor>
  <buttonBackgroundColor>sample string 5</buttonBackgroundColor>
  <headerBackgroundColor>sample string 4</headerBackgroundColor>
  <optionBackgroundColor>sample string 6</optionBackgroundColor>
</TenantCompanyScheduler>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />