GET api/Car/GetPingGu?name={name}&type={type}

“GetPingGu”的文档。

Request Information

Parameters

NameDescriptionAdditional information
name
“name”的文档。

Define this parameter in the request URI.

type
“type”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Index": 3,
    "Selected": 4
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Index": 3,
    "Selected": 4
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Index": 3,
    "Selected": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfPingGuModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models">
  <PingGuModel>
    <Id>1</Id>
    <Index>3</Index>
    <Name>sample string 2</Name>
    <Selected>4</Selected>
  </PingGuModel>
  <PingGuModel>
    <Id>1</Id>
    <Index>3</Index>
    <Name>sample string 2</Name>
    <Selected>4</Selected>
  </PingGuModel>
  <PingGuModel>
    <Id>1</Id>
    <Index>3</Index>
    <Name>sample string 2</Name>
    <Selected>4</Selected>
  </PingGuModel>
</ArrayOfPingGuModel>