GET api/Brand/GetRectimeList?brandCode={brandCode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
brandCode
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": [
    {
      "id": 1,
      "rectime": "sample string 2",
      "brand_id": 3
    },
    {
      "id": 1,
      "rectime": "sample string 2",
      "brand_id": 3
    },
    {
      "id": 1,
      "rectime": "sample string 2",
      "brand_id": 3
    }
  ],
  "code": "sample string 1",
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<DataResultOfArrayOfmoto_rectimeEntityJj6IE19e xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNO.Entity">
  <code>sample string 1</code>
  <msg>sample string 2</msg>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/INNO.Entity.Model">
    <d2p1:moto_rectimeEntity>
      <d2p1:brand_id>3</d2p1:brand_id>
      <d2p1:id>1</d2p1:id>
      <d2p1:rectime>sample string 2</d2p1:rectime>
    </d2p1:moto_rectimeEntity>
    <d2p1:moto_rectimeEntity>
      <d2p1:brand_id>3</d2p1:brand_id>
      <d2p1:id>1</d2p1:id>
      <d2p1:rectime>sample string 2</d2p1:rectime>
    </d2p1:moto_rectimeEntity>
    <d2p1:moto_rectimeEntity>
      <d2p1:brand_id>3</d2p1:brand_id>
      <d2p1:id>1</d2p1:id>
      <d2p1:rectime>sample string 2</d2p1:rectime>
    </d2p1:moto_rectimeEntity>
  </data>
</DataResultOfArrayOfmoto_rectimeEntityJj6IE19e>