Reference for http://cardb-res-elasticl-qfzmfj4b6r21-3592969.eu-west-1.elb.amazonaws.com/v3/integration/brand/{BRAND}/country/{COUNTRY}/language/{LANGUAGE}/product-token/{PRODUCTTIMEFRAME}/localConfigurations

Gets a list of currently available local configurations for a model in a specific timeframe.

Url: http://cardb-res-elasticl-qfzmfj4b6r21-3592969.eu-west-1.elb.amazonaws.com/v3/integration/brand/{BRAND}/country/{COUNTRY}/language/{LANGUAGE}/product-token/{PRODUCTTIMEFRAME}/localConfigurations

HTTP Method: GET

Message direction Format Body
Request N/A The Request body is empty.
Response Xml Example,Schema
Response Json Example

The following is an example response Xml body:

<LocalConfigurationsContainer xmlns="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.v2.PSLS.ProductSpecification">
  <LocalConfigurations>
    <LocalConfiguration>
      <ID>1627aea5-8e0a-4371-9022-9b504344e724</ID>
      <Code>String content</Code>
      <Description>String content</Description>
      <FromDate>String content</FromDate>
      <ToDate>String content</ToDate>
      <Version>2147483647</Version>
      <Base>true</Base>
      <NmscCode>String content</NmscCode>
      <TmcModelYear>String content</TmcModelYear>
      <LocalModelID>1627aea5-8e0a-4371-9022-9b504344e724</LocalModelID>
      <ColourCombinations>
        <ColourInformation xmlns="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.PSLS.ProductSpecification">
          <ExteriorColourCode>String content</ExteriorColourCode>
          <InteriorColourCode>String content</InteriorColourCode>
          <TrimCode>String content</TrimCode>
        </ColourInformation>
        <ColourInformation xmlns="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.PSLS.ProductSpecification">
          <ExteriorColourCode>String content</ExteriorColourCode>
          <InteriorColourCode>String content</InteriorColourCode>
          <TrimCode>String content</TrimCode>
        </ColourInformation>
      </ColourCombinations>
      <Options>
        <OptionInfo>
          <Name>String content</Name>
          <ShortID>2147483647</ShortID>
        </OptionInfo>
        <OptionInfo>
          <Name>String content</Name>
          <ShortID>2147483647</ShortID>
        </OptionInfo>
      </Options>
      <Packs>
        <PackInfo>
          <Name>String content</Name>
          <ShortID>2147483647</ShortID>
        </PackInfo>
        <PackInfo>
          <Name>String content</Name>
          <ShortID>2147483647</ShortID>
        </PackInfo>
      </Packs>
    </LocalConfiguration>
    <LocalConfiguration>
      <ID>1627aea5-8e0a-4371-9022-9b504344e724</ID>
      <Code>String content</Code>
      <Description>String content</Description>
      <FromDate>String content</FromDate>
      <ToDate>String content</ToDate>
      <Version>2147483647</Version>
      <Base>true</Base>
      <NmscCode>String content</NmscCode>
      <TmcModelYear>String content</TmcModelYear>
      <LocalModelID>1627aea5-8e0a-4371-9022-9b504344e724</LocalModelID>
      <ColourCombinations>
        <ColourInformation xmlns="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.PSLS.ProductSpecification">
          <ExteriorColourCode>String content</ExteriorColourCode>
          <InteriorColourCode>String content</InteriorColourCode>
          <TrimCode>String content</TrimCode>
        </ColourInformation>
        <ColourInformation xmlns="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.PSLS.ProductSpecification">
          <ExteriorColourCode>String content</ExteriorColourCode>
          <InteriorColourCode>String content</InteriorColourCode>
          <TrimCode>String content</TrimCode>
        </ColourInformation>
      </ColourCombinations>
      <Options>
        <OptionInfo>
          <Name>String content</Name>
          <ShortID>2147483647</ShortID>
        </OptionInfo>
        <OptionInfo>
          <Name>String content</Name>
          <ShortID>2147483647</ShortID>
        </OptionInfo>
      </Options>
      <Packs>
        <PackInfo>
          <Name>String content</Name>
          <ShortID>2147483647</ShortID>
        </PackInfo>
        <PackInfo>
          <Name>String content</Name>
          <ShortID>2147483647</ShortID>
        </PackInfo>
      </Packs>
    </LocalConfiguration>
  </LocalConfigurations>
</LocalConfigurationsContainer>

The following is an example response Json body:

{
	"LocalConfigurations":[{
		"ID":"1627aea5-8e0a-4371-9022-9b504344e724",
		"Code":"String content",
		"Description":"String content",
		"FromDate":"String content",
		"ToDate":"String content",
		"Version":2147483647,
		"Base":true,
		"NmscCode":"String content",
		"TmcModelYear":"String content",
		"LocalModelID":"1627aea5-8e0a-4371-9022-9b504344e724",
		"ColourCombinations":[{
			"ExteriorColourCode":"String content",
			"InteriorColourCode":"String content",
			"TrimCode":"String content"
		}],
		"Options":[{
			"Name":"String content",
			"ShortID":2147483647
		}],
		"Packs":[{
			"Name":"String content",
			"ShortID":2147483647
		}]
	}]
}

The following is the response Xml Schema:

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.v2.PSLS.ProductSpecification" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.v2.PSLS.ProductSpecification" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.PSLS.ProductSpecification" />
  <xs:complexType name="LocalConfigurationsContainer">
    <xs:sequence>
      <xs:element minOccurs="0" name="LocalConfigurations" nillable="true" type="tns:ArrayOfLocalConfiguration" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LocalConfigurationsContainer" nillable="true" type="tns:LocalConfigurationsContainer" />
  <xs:complexType name="ArrayOfLocalConfiguration">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="LocalConfiguration" nillable="true" type="tns:LocalConfiguration" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfLocalConfiguration" nillable="true" type="tns:ArrayOfLocalConfiguration" />
  <xs:complexType name="LocalConfiguration">
    <xs:sequence>
      <xs:element minOccurs="0" name="ID" type="ser:guid" />
      <xs:element minOccurs="0" name="Code" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FromDate" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ToDate" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Version" type="xs:int" />
      <xs:element minOccurs="0" name="Base" type="xs:boolean" />
      <xs:element minOccurs="0" name="NmscCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TmcModelYear" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="LocalModelID" type="ser:guid" />
      <xs:element minOccurs="0" name="ColourCombinations" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.PSLS.ProductSpecification" type="q1:ArrayOfColourInformation" />
      <xs:element minOccurs="0" name="Options" nillable="true" type="tns:ArrayOfOptionInfo" />
      <xs:element minOccurs="0" name="Packs" nillable="true" type="tns:ArrayOfPackInfo" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LocalConfiguration" nillable="true" type="tns:LocalConfiguration" />
  <xs:complexType name="ArrayOfOptionInfo">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="OptionInfo" nillable="true" type="tns:OptionInfo" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfOptionInfo" nillable="true" type="tns:ArrayOfOptionInfo" />
  <xs:complexType name="OptionInfo">
    <xs:sequence>
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ShortID" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="OptionInfo" nillable="true" type="tns:OptionInfo" />
  <xs:complexType name="ArrayOfPackInfo">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="PackInfo" nillable="true" type="tns:PackInfo" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfPackInfo" nillable="true" type="tns:ArrayOfPackInfo" />
  <xs:complexType name="PackInfo">
    <xs:sequence>
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ShortID" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="PackInfo" nillable="true" type="tns:PackInfo" />
</xs:schema>

Additional response Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.PSLS.ProductSpecification" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/TME.CARDB.Publication.Client.Service.Models.PSLS.ProductSpecification" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfColourInformation">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ColourInformation" nillable="true" type="tns:ColourInformation" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfColourInformation" nillable="true" type="tns:ArrayOfColourInformation" />
  <xs:complexType name="ColourInformation">
    <xs:sequence>
      <xs:element minOccurs="0" name="ExteriorColourCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="InteriorColourCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TrimCode" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ColourInformation" nillable="true" type="tns:ColourInformation" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>