GET api/ItemTheme/GetLocalThemesByStateTheme/{code1Type}/{code1LovId}/{localThemeLovId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
code1Type
No documentation available.

Define this parameter in the request URI.

code1LovId
No documentation available.

Define this parameter in the request URI.

localThemeLovId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "Id": "sample string 1",
    "Text": "sample string 2",
    "OtherText": "sample string 3",
    "OtherData": {
      "$id": "3"
    }
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfChildDropDownListDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChildDropDownListDTO>
    <Id>sample string 1</Id>
    <Text>sample string 2</Text>
    <OtherText>sample string 3</OtherText>
    <OtherData />
  </ChildDropDownListDTO>
  <ChildDropDownListDTO>
    <Id>sample string 1</Id>
    <Text>sample string 2</Text>
    <OtherText>sample string 3</OtherText>
    <OtherData />
  </ChildDropDownListDTO>
  <ChildDropDownListDTO>
    <Id>sample string 1</Id>
    <Text>sample string 2</Text>
    <OtherText>sample string 3</OtherText>
    <OtherData />
  </ChildDropDownListDTO>
</ArrayOfChildDropDownListDTO>