GET api/ShootItAI/GetSettings?LicenseId={LicenseId}

Documentation for 'GetSettings'.

Request Information

Parameters

NameDescriptionAdditional information
LicenseId
Documentation for 'LicenseId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LicenseId": "sample string 2",
  "DealerSSID": "sample string 3",
  "DealerPassword": "sample string 4",
  "ThetaSerialNumber": "sample string 5",
  "ImageProcessingType": "sample string 6",
  "ExteriorImageProcessing": "sample string 7",
  "WindowStickerType": "sample string 8",
  "PrinterURL": "sample string 9",
  "PrinterName": "sample string 10",
  "IsDropShadowEnable": true,
  "IsRemoveGlareEnable": true,
  "IsOnMobileNetwork": true,
  "IsCelebrationEnable": true,
  "ShowSkipPhotoAlert": true,
  "ShowAlert360": true,
  "UseVolumeButtonToCapture": true,
  "UploadOriginalImages": true,
  "FilterForPartialShot": "sample string 19",
  "IsOfflineModeEnable": true,
  "UploadOriginal360Images": true
}

application/xml, text/xml

Sample:
<ShootItAI_Settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common">
  <DealerPassword>sample string 4</DealerPassword>
  <DealerSSID>sample string 3</DealerSSID>
  <ExteriorImageProcessing>sample string 7</ExteriorImageProcessing>
  <FilterForPartialShot>sample string 19</FilterForPartialShot>
  <Id>1</Id>
  <ImageProcessingType>sample string 6</ImageProcessingType>
  <IsCelebrationEnable>true</IsCelebrationEnable>
  <IsDropShadowEnable>true</IsDropShadowEnable>
  <IsOfflineModeEnable>true</IsOfflineModeEnable>
  <IsOnMobileNetwork>true</IsOnMobileNetwork>
  <IsRemoveGlareEnable>true</IsRemoveGlareEnable>
  <LicenseId>sample string 2</LicenseId>
  <PrinterName>sample string 10</PrinterName>
  <PrinterURL>sample string 9</PrinterURL>
  <ShowAlert360>true</ShowAlert360>
  <ShowSkipPhotoAlert>true</ShowSkipPhotoAlert>
  <ThetaSerialNumber>sample string 5</ThetaSerialNumber>
  <UploadOriginal360Images>true</UploadOriginal360Images>
  <UploadOriginalImages>true</UploadOriginalImages>
  <UseVolumeButtonToCapture>true</UseVolumeButtonToCapture>
  <WindowStickerType>sample string 8</WindowStickerType>
</ShootItAI_Settings>