POST api/DogInfos/GetDogInfoList

Request Information

URI Parameters

None.

Body Parameters

GetDogInfoInput
NameDescriptionTypeAdditional information
Page

integer

None.

PageSize

integer

None.

QueryData

string

None.

StartDate

string

None.

EndDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Page": 1,
  "PageSize": 2,
  "QueryData": "sample string 3",
  "StartDate": "sample string 4",
  "EndDate": "sample string 5"
}

application/xml, text/xml

Sample:
<GetDogInfoInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DogApi.Models">
  <EndDate>sample string 5</EndDate>
  <Page>1</Page>
  <PageSize>2</PageSize>
  <QueryData>sample string 3</QueryData>
  <StartDate>sample string 4</StartDate>
</GetDogInfoInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageDtosOfDogInfoDetailDto
NameDescriptionTypeAdditional information
count

integer

None.

data

Collection of DogInfoDetailDto

None.

Response Formats

application/json, text/json

Sample:
{
  "count": 1,
  "data": [
    {
      "id": 1,
      "dogno": "sample string 2",
      "registercode": "sample string 3",
      "usercount": 1,
      "dogaccount": 1,
      "compname": "sample string 4",
      "area": "sample string 5",
      "createtime": "2026-09-03T03:43:12.5238408+08:00",
      "bindtime": "2026-09-03T03:43:12.5238408+08:00",
      "regdate": "sample string 6",
      "buyall": 1,
      "isuse": 1,
      "returndate": "2026-09-03T03:43:12.5238408+08:00",
      "businesstype": 1,
      "AgentName": "sample string 7",
      "uuid": "sample string 8",
      "Scanday": 1,
      "LicenseType": 1,
      "IsHyMove": 9
    },
    {
      "id": 1,
      "dogno": "sample string 2",
      "registercode": "sample string 3",
      "usercount": 1,
      "dogaccount": 1,
      "compname": "sample string 4",
      "area": "sample string 5",
      "createtime": "2026-09-03T03:43:12.5238408+08:00",
      "bindtime": "2026-09-03T03:43:12.5238408+08:00",
      "regdate": "sample string 6",
      "buyall": 1,
      "isuse": 1,
      "returndate": "2026-09-03T03:43:12.5238408+08:00",
      "businesstype": 1,
      "AgentName": "sample string 7",
      "uuid": "sample string 8",
      "Scanday": 1,
      "LicenseType": 1,
      "IsHyMove": 9
    }
  ]
}

application/xml, text/xml

Sample:
<PageDtosOfDogInfoDetailDtoBvqt6UdY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DogApi.Models">
  <count>1</count>
  <data>
    <DogInfoDetailDto>
      <AgentName>sample string 7</AgentName>
      <IsHyMove>9</IsHyMove>
      <LicenseType>1</LicenseType>
      <Scanday>1</Scanday>
      <area>sample string 5</area>
      <bindtime>2026-09-03T03:43:12.5238408+08:00</bindtime>
      <businesstype>1</businesstype>
      <buyall>1</buyall>
      <compname>sample string 4</compname>
      <createtime>2026-09-03T03:43:12.5238408+08:00</createtime>
      <dogaccount>1</dogaccount>
      <dogno>sample string 2</dogno>
      <id>1</id>
      <isuse>1</isuse>
      <regdate>sample string 6</regdate>
      <registercode>sample string 3</registercode>
      <returndate>2026-09-03T03:43:12.5238408+08:00</returndate>
      <usercount>1</usercount>
      <uuid>sample string 8</uuid>
    </DogInfoDetailDto>
    <DogInfoDetailDto>
      <AgentName>sample string 7</AgentName>
      <IsHyMove>9</IsHyMove>
      <LicenseType>1</LicenseType>
      <Scanday>1</Scanday>
      <area>sample string 5</area>
      <bindtime>2026-09-03T03:43:12.5238408+08:00</bindtime>
      <businesstype>1</businesstype>
      <buyall>1</buyall>
      <compname>sample string 4</compname>
      <createtime>2026-09-03T03:43:12.5238408+08:00</createtime>
      <dogaccount>1</dogaccount>
      <dogno>sample string 2</dogno>
      <id>1</id>
      <isuse>1</isuse>
      <regdate>sample string 6</regdate>
      <registercode>sample string 3</registercode>
      <returndate>2026-09-03T03:43:12.5238408+08:00</returndate>
      <usercount>1</usercount>
      <uuid>sample string 8</uuid>
    </DogInfoDetailDto>
  </data>
</PageDtosOfDogInfoDetailDtoBvqt6UdY>