GET api/tblGrps

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of tblGrp
NameDescriptionTypeAdditional information
id

integer

None.

SupId

integer

None.

idSup

integer

None.

gName

string

None.

OrdNo

integer

None.

ImgUrl

string

None.

tblSup

tblSup

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "SupId": 2,
    "idSup": 3,
    "gName": "sample string 4",
    "OrdNo": 5,
    "ImgUrl": "sample string 6",
    "tblSup": {
      "id": 1,
      "sCode": "sample string 2",
      "sName": "sample string 3",
      "AreaId": 4,
      "Addr": "sample string 5",
      "OpnTm": "00:00:00.1234567",
      "ClsTm": "00:00:00.1234567",
      "Phone1": "sample string 8",
      "Phone2": "sample string 9",
      "CatId1": 10,
      "CatId2": 11,
      "TaxRt": 12.1,
      "coLat": 13.1,
      "coLong": 14.1,
      "Pword": "sample string 15",
      "OrdNo": 16,
      "OrdNo2": 17,
      "Sts": 18,
      "DWay0": true,
      "DWay1": true,
      "DWay2": true,
      "Promo": "sample string 22",
      "ImgUrl": "sample string 23",
      "tblArea": {
        "id": 1,
        "aName": "sample string 2",
        "Cost": 3.1,
        "Note": "sample string 4",
        "OrdNo": 5
      },
      "Cat1": {
        "id": 1,
        "cName": "sample string 2",
        "OrdNo": 3,
        "ImgUrl": "sample string 4"
      },
      "Cat2": {
        "id": 1,
        "cName": "sample string 2",
        "OrdNo": 3,
        "ImgUrl": "sample string 4"
      }
    }
  },
  {
    "id": 1,
    "SupId": 2,
    "idSup": 3,
    "gName": "sample string 4",
    "OrdNo": 5,
    "ImgUrl": "sample string 6",
    "tblSup": {
      "id": 1,
      "sCode": "sample string 2",
      "sName": "sample string 3",
      "AreaId": 4,
      "Addr": "sample string 5",
      "OpnTm": "00:00:00.1234567",
      "ClsTm": "00:00:00.1234567",
      "Phone1": "sample string 8",
      "Phone2": "sample string 9",
      "CatId1": 10,
      "CatId2": 11,
      "TaxRt": 12.1,
      "coLat": 13.1,
      "coLong": 14.1,
      "Pword": "sample string 15",
      "OrdNo": 16,
      "OrdNo2": 17,
      "Sts": 18,
      "DWay0": true,
      "DWay1": true,
      "DWay2": true,
      "Promo": "sample string 22",
      "ImgUrl": "sample string 23",
      "tblArea": {
        "id": 1,
        "aName": "sample string 2",
        "Cost": 3.1,
        "Note": "sample string 4",
        "OrdNo": 5
      },
      "Cat1": {
        "id": 1,
        "cName": "sample string 2",
        "OrdNo": 3,
        "ImgUrl": "sample string 4"
      },
      "Cat2": {
        "id": 1,
        "cName": "sample string 2",
        "OrdNo": 3,
        "ImgUrl": "sample string 4"
      }
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOftblGrp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
  <tblGrp>
    <ImgUrl>sample string 6</ImgUrl>
    <OrdNo>5</OrdNo>
    <SupId>2</SupId>
    <gName>sample string 4</gName>
    <id>1</id>
    <idSup>3</idSup>
    <tblSup>
      <Addr>sample string 5</Addr>
      <AreaId>4</AreaId>
      <Cat1>
        <ImgUrl>sample string 4</ImgUrl>
        <OrdNo>3</OrdNo>
        <cName>sample string 2</cName>
        <id>1</id>
      </Cat1>
      <Cat2>
        <ImgUrl>sample string 4</ImgUrl>
        <OrdNo>3</OrdNo>
        <cName>sample string 2</cName>
        <id>1</id>
      </Cat2>
      <CatId1>10</CatId1>
      <CatId2>11</CatId2>
      <ClsTm>PT0.1234567S</ClsTm>
      <DWay0>true</DWay0>
      <DWay1>true</DWay1>
      <DWay2>true</DWay2>
      <ImgUrl>sample string 23</ImgUrl>
      <OpnTm>PT0.1234567S</OpnTm>
      <OrdNo>16</OrdNo>
      <OrdNo2>17</OrdNo2>
      <Phone1>sample string 8</Phone1>
      <Phone2>sample string 9</Phone2>
      <Promo>sample string 22</Promo>
      <Pword>sample string 15</Pword>
      <Sts>18</Sts>
      <TaxRt>12.1</TaxRt>
      <coLat>13.1</coLat>
      <coLong>14.1</coLong>
      <id>1</id>
      <sCode>sample string 2</sCode>
      <sName>sample string 3</sName>
      <tblArea>
        <Cost>3.1</Cost>
        <Note>sample string 4</Note>
        <OrdNo>5</OrdNo>
        <aName>sample string 2</aName>
        <id>1</id>
      </tblArea>
    </tblSup>
  </tblGrp>
  <tblGrp>
    <ImgUrl>sample string 6</ImgUrl>
    <OrdNo>5</OrdNo>
    <SupId>2</SupId>
    <gName>sample string 4</gName>
    <id>1</id>
    <idSup>3</idSup>
    <tblSup>
      <Addr>sample string 5</Addr>
      <AreaId>4</AreaId>
      <Cat1>
        <ImgUrl>sample string 4</ImgUrl>
        <OrdNo>3</OrdNo>
        <cName>sample string 2</cName>
        <id>1</id>
      </Cat1>
      <Cat2>
        <ImgUrl>sample string 4</ImgUrl>
        <OrdNo>3</OrdNo>
        <cName>sample string 2</cName>
        <id>1</id>
      </Cat2>
      <CatId1>10</CatId1>
      <CatId2>11</CatId2>
      <ClsTm>PT0.1234567S</ClsTm>
      <DWay0>true</DWay0>
      <DWay1>true</DWay1>
      <DWay2>true</DWay2>
      <ImgUrl>sample string 23</ImgUrl>
      <OpnTm>PT0.1234567S</OpnTm>
      <OrdNo>16</OrdNo>
      <OrdNo2>17</OrdNo2>
      <Phone1>sample string 8</Phone1>
      <Phone2>sample string 9</Phone2>
      <Promo>sample string 22</Promo>
      <Pword>sample string 15</Pword>
      <Sts>18</Sts>
      <TaxRt>12.1</TaxRt>
      <coLat>13.1</coLat>
      <coLong>14.1</coLong>
      <id>1</id>
      <sCode>sample string 2</sCode>
      <sName>sample string 3</sName>
      <tblArea>
        <Cost>3.1</Cost>
        <Note>sample string 4</Note>
        <OrdNo>5</OrdNo>
        <aName>sample string 2</aName>
        <id>1</id>
      </tblArea>
    </tblSup>
  </tblGrp>
</ArrayOftblGrp>