POST api/FeeExecuteCheck/GetCheckList

检核列表

Request Information

URI Parameters

None.

Body Parameters

GetCheckListDto
NameDescriptionTypeAdditional information
CustomerName

string

None.

Distance

decimal number

None.

CheckState

string

None.

OrgID

string

None.

StateRegionID

string

None.

DealerID

string

None.

pageIndex

integer

None.

pageSize

integer

None.

LNG

decimal number

None.

LAT

decimal number

None.

CustomerID

globally unique identifier

None.

IsInnerH5

boolean

None.

tab

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tab": "sample string 1",
  "CustomerName": "sample string 1",
  "Distance": 2.0,
  "CheckState": "sample string 3",
  "OrgID": "sample string 4",
  "StateRegionID": "sample string 5",
  "DealerID": "sample string 6",
  "pageIndex": 7,
  "pageSize": 8,
  "LNG": 9.1,
  "LAT": 10.1,
  "CustomerID": "e946f356-8225-489f-974d-4328204dcc59",
  "IsInnerH5": true
}

application/xml, text/xml

Sample:
<GetCheckListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity">
  <CheckState>sample string 3</CheckState>
  <CustomerID>e946f356-8225-489f-974d-4328204dcc59</CustomerID>
  <CustomerName>sample string 1</CustomerName>
  <DealerID>sample string 6</DealerID>
  <Distance>2</Distance>
  <IsInnerH5>true</IsInnerH5>
  <LAT>10.1</LAT>
  <LNG>9.1</LNG>
  <OrgID>sample string 4</OrgID>
  <StateRegionID>sample string 5</StateRegionID>
  <pageIndex>7</pageIndex>
  <pageSize>8</pageSize>
  <tab>sample string 1</tab>
</GetCheckListDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultModelOfDataSet
NameDescriptionTypeAdditional information
Code

ReturnCode

None.

Message

string

None.

Data

DataSet

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 1",
  "Data": null
}

application/xml, text/xml

Sample:
<ResultModelOfDataSetymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility">
  <Code>Success</Code>
  <Data i:nil="true" />
  <Message>sample string 1</Message>
</ResultModelOfDataSetymujubN2>