Znode

Build Version:

GET portals?compileCss={compileCss}

No documentation available.

Request Information

» Parameters

Name Description Additional information
compileCss No documentation available.

Define this parameter in the request URI.

» Expands

Name Description Usage
catalogs This will retrieve the related catalogs. GET portals?compileCss={compileCss}?expand=catalogs
portalCountries This will retrieve the related list of portal countries. GET portals?compileCss={compileCss}?expand=portalcountries
profiles This will retrieve the related list of profiles. GET portals?compileCss={compileCss}?expand=profiles

» Filters

Name Description Usage
companyName This will filter the request by company name. GET portals?compileCss={compileCss}?filter=companyname~{operator}~{value}
externalId This will filter the request by external ID. GET portals?compileCss={compileCss}?filter=externalid~{operator}~{value}
isActive This will filter the request by the is active flag. GET portals?compileCss={compileCss}?filter=isactive~{operator}~{value}
localeId This will filter the request by locale ID. GET portals?compileCss={compileCss}?filter=localeid~{operator}~{value}
storeName This will filter the request by store name. GET portals?compileCss={compileCss}?filter=storename~{operator}~{value}

» Sorting

Name Description Usage
companyName This will sort the response by company name. GET portals?compileCss={compileCss}?sort=companyname
portalId This will sort the response by portal ID. GET portals?compileCss={compileCss}?sort=portalid
storeName This will sort the response by store name. GET portals?compileCss={compileCss}?sort=storename

» Paging

Name Description Usage
index The index to retrieve when requesting paged results. GET portals?compileCss={compileCss}?page=index~{value}
size The size of the page when retrieving paged results. GET portals?compileCss={compileCss}?page=size~{value}

Response Information

» Response Body Formats

If this endpoint supports expands, they will be included in the sample response body below. However, please note that expands are NOT included in the response body by default. Expands are only included in the response body if they came through as part of the request.

Sample:
	{
  "Portals": [
    {
      "AdminEmail": "admin@test.com",
      "CompanyName": "MaxWell's",
      "Catalogs": [],
      "CurrencyTypeId": 107,
      "CustomerServiceEmail": "customerservice@test.com",
      "CustomerServicePhoneNumber": "555-111-2222",
      "DefaultAnonymousProfileId": 1,
      "DefaultOrderStateId": 50,
      "DefaultProductReviewStateId": 10,
      "DefaultRegisteredProfileId": 2,
      "DefaultReviewStatus": "N",
      "DimensionUnit": "IN",
      "EmailListDefaultList": null,
      "EmailListPassword": null,
      "EmailListUsername": null,
      "EnableAddressValidation": true,
      "EnableCustomerPricing": false,
      "EnablePims": false,
      "ExternalId": null,
      "FedExAccountNumber": "icZ1z0zfF54=",
      "FedExAddInsurance": true,
      "FedExClientProductId": "KHHG",
      "FedExClientProductVersion": "3203",
      "FedExCspKey": "vuB2Ui3CCpHkCs53",
      "FedExCspPassword": "TAt234utxOFiJuJM2Yw0oL7sD",
      "FedExDropoffType": "REGULAR_PICKUP",
      "FedExMeterNumber": "icZ1z0zfF54=",
      "FedExPackagingType": "YOUR_PACKAGING",
      "FedExProductionKey": "icZ1z0zfF54=",
      "FedExSecurityCode": "icZ1z0zfF54=",
      "FedExUseDiscountRate": false,
      "GoogleAnalyticsCode": null,
      "ImageNotAvailablePath": "~/data/default/images/noimage.gif",
      "InclusiveTax": true,
      "IsActive": true,
      "IsShippingTaxable": false,
      "LocaleId": 43,
      "LogoPath": "~/data/default/content/maxwell.gif",
      "MasterPage": null,
      "MaxCatalogCategoryDisplayThumbnails": 5,
      "MaxCatalogDisplayColumns": 4,
      "MaxCatalogDisplayItems": 12,
      "MaxCatalogItemCrossSellWidth": 97,
      "MaxCatalogItemLargeWidth": 450,
      "MaxCatalogItemMediumWidth": 250,
      "MaxCatalogItemSmallThumbnailWidth": 37,
      "MaxCatalogItemSmallWidth": 100,
      "MaxCatalogItemThumbnailWidth": 50,
      "MobileTheme": "b2b",
      "OrderReceiptAffiliateJavascript": null,
      "PersistentCartEnabled": true,
      "PortalCatalogs": [],
      "PortalCountries": [
        {
          "Country": null,
          "CountryCode": "US",
          "IsBillingActive": true,
          "IsShippingActive": true,
          "PortalCountryId": 1,
          "PortalId": 1,
          "CountryName": "United States"
        }
      ],
      "PortalId": 1,
      "RequireValidatedAddress": true,
      "SalesEmail": "sales@test.com",
      "SalesPhoneNumber": "555-111-2222",
      "SeoDefaultCategoryDescription": null,
      "SeoDefaultCategoryKeyword": null,
      "SeoDefaultCategoryTitle": null,
      "SeoDefaultContentDescription": null,
      "SeoDefaultContentKeyword": null,
      "SeoDefaultContentTitle": null,
      "SeoDefaultProductDescription": null,
      "SeoDefaultProductKeyword": null,
      "SeoDefaultProductTitle": null,
      "ShippingOriginAddress1": "123 Anywhere Street",
      "ShippingOriginAddress2": "",
      "ShippingOriginCity": "Columbus",
      "ShippingOriginCountryCode": "US",
      "ShippingOriginPhone": "555-111-2222",
      "ShippingOriginStateCode": "OH",
      "ShippingOriginZipCode": "43210",
      "ShopByPriceIncrement": 20,
      "ShopByPriceMax": 100,
      "ShopByPriceMin": 0,
      "ShowAlternateImageInCategory": false,
      "ShowSwatchInCategory": false,
      "SiteWideAnalyticsJavascript": null,
      "SiteWideBottomJavascript": null,
      "SiteWideTopJavascript": null,
      "SmtpPassword": "icZ1z0zfF54=",
      "SmtpPort": 25,
      "SmtpServer": "",
      "SmtpUsername": "icZ1z0zfF54=",
      "SplashCategoryId": 81,
      "SplashImageFile": "images_231110124101_061210031622.gif",
      "StoreName": "Fine Foods",
      "TimeZoneOffset": null,
      "UpsKey": "icZ1z0zfF54=",
      "UpsPassword": "icZ1z0zfF54=",
      "UpsUsername": "icZ1z0zfF54=",
      "UseDynamicDisplayOrder": false,
      "UseSsl": true,
      "WeightUnit": "LBS",
      "OrderStatus": null,
      "DefaultProductReviewStateName": null,
      "CurrencySuffix": null,
      "CurrencyName": null,
      "CatalogName": null,
      "CssName": null,
      "ThemeName": null,
      "LocaleDescription": null,
      "IsEnableCompare": false,
      "CompareType": null,
      "TabMode": null,
      "IsMultipleCouponAllowed": false,
      "IsEnableSinglePageCheckout": false,
      "MobileLogoPath": "images_231110124101_061210031622.gif",
      "CurrencyTypeModel": {
        "CurrencyTypeID": 0,
        "Name": null,
        "Description": null,
        "CurrencySuffix": null,
        "Symbol": null
      },
      "EnableSslForSmtp": false,
      "RequireLogin": false,
      "DisableSEO": false,
      "AccountCreationDisabled": false,
      "Splash1Path": null,
      "Splash2Path": null,
      "Splash3Path": null,
      "CssCompiledURL": null,
      "CssBaseURL": null,
      "NeedsRecompile": false,
      "PortalSetting": null,
      "Domains": []
    }
  ],
  "PageIndex": null,
  "PageSize": null,
  "TotalPages": null,
  "TotalResults": null,
  "ErrorCode": null,
  "ErrorMessage": null,
  "StackTrace": null,
  "AllowHtmlResponse": false,
  "HasError": false,
  "StringResponse": null
}