GET api/Fzoev/GetMarke/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of BrandExp
NameDescriptionTypeAdditional information
GUID

string

None.

Naziv

string

None.

LogoURL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GUID": "sample string 1",
    "Naziv": "sample string 2",
    "LogoURL": "sample string 3"
  },
  {
    "GUID": "sample string 1",
    "Naziv": "sample string 2",
    "LogoURL": "sample string 3"
  }
]

text/html

Sample:
[{"GUID":"sample string 1","Naziv":"sample string 2","LogoURL":"sample string 3"},{"GUID":"sample string 1","Naziv":"sample string 2","LogoURL":"sample string 3"}]

application/xml, text/xml

Sample:
<ArrayOfBrandExp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InDataTech.Marigold.ElectricVehicles">
  <BrandExp>
    <GUID>sample string 1</GUID>
    <LogoURL>sample string 3</LogoURL>
    <Naziv>sample string 2</Naziv>
  </BrandExp>
  <BrandExp>
    <GUID>sample string 1</GUID>
    <LogoURL>sample string 3</LogoURL>
    <Naziv>sample string 2</Naziv>
  </BrandExp>
</ArrayOfBrandExp>