POST api/Accreditation/GetAccreditationPageList
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.AccreditationListGetRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "query": { "orderName": "sample string 1", "orderBy": "sample string 2", "keyWords": "sample string 3", "regionID": "sample string 4", "subID": "sample string 5", "accreditationStatus": "sample string 6" }, "pageNo": 1, "pageSize": 1, "startSize": 0, "sessionId": "sample string 1", "requestSource": "sample string 2", "bundleID": "sample string 3", "requestGroupID": "sample string 4", "channel": "sample string 5", "loginUserID": "sample string 6", "clientIP": "sample string 7", "endDeviceNumber": "sample string 8", "cityName": "sample string 9", "hierarchy": "sample string 10", "sessionKey": "sample string 11", "appVersion": "sample string 12", "whetherUpdate": "sample string 13" }
application/xml, text/xml
Sample:
<AccreditationListGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain"> <AppVersion xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</AppVersion> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</EndDeviceNumber> <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</Hierarchy> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 1</SessionId> <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</SessionKey> <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</WhetherUpdate> <PageNo xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageNo> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageSize> <Query> <AccreditationStatus>sample string 6</AccreditationStatus> <KeyWords>sample string 3</KeyWords> <OrderBy>sample string 2</OrderBy> <OrderName>sample string 1</OrderName> <RegionID>sample string 4</RegionID> <SubID>sample string 5</SubID> </Query> </AccreditationListGetRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "totalCount": 1, "data": [ { "fldCarID": 1, "fldCarName": "sample string 2", "fldPlate": "sample string 3", "fldVin": "sample string 4", "fldPlateFirstDate": "sample string 5", "fldSubName": "sample string 6", "accreditationStatus": 7, "accreditationNo": "sample string 8", "provinceName": "sample string 9", "cityName": "sample string 10", "toBeReviewedTime": "sample string 11" }, { "fldCarID": 1, "fldCarName": "sample string 2", "fldPlate": "sample string 3", "fldVin": "sample string 4", "fldPlateFirstDate": "sample string 5", "fldSubName": "sample string 6", "accreditationStatus": 7, "accreditationNo": "sample string 8", "provinceName": "sample string 9", "cityName": "sample string 10", "toBeReviewedTime": "sample string 11" }, { "fldCarID": 1, "fldCarName": "sample string 2", "fldPlate": "sample string 3", "fldVin": "sample string 4", "fldPlateFirstDate": "sample string 5", "fldSubName": "sample string 6", "accreditationStatus": 7, "accreditationNo": "sample string 8", "provinceName": "sample string 9", "cityName": "sample string 10", "toBeReviewedTime": "sample string 11" } ], "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<ListApiResponseOfArrayOfAccreditationModelBO9P5ujw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi"> <Code>1</Code> <Message>sample string 2</Message> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain"> <d2p1:AccreditationModel> <d2p1:AccreditationNo>sample string 8</d2p1:AccreditationNo> <d2p1:AccreditationStatus>7</d2p1:AccreditationStatus> <d2p1:CityName>sample string 10</d2p1:CityName> <d2p1:ProvinceName>sample string 9</d2p1:ProvinceName> <d2p1:ToBeReviewedTime>sample string 11</d2p1:ToBeReviewedTime> <d2p1:fldCarID>1</d2p1:fldCarID> <d2p1:fldCarName>sample string 2</d2p1:fldCarName> <d2p1:fldPlate>sample string 3</d2p1:fldPlate> <d2p1:fldPlateFirstDate>sample string 5</d2p1:fldPlateFirstDate> <d2p1:fldSubName>sample string 6</d2p1:fldSubName> <d2p1:fldVin>sample string 4</d2p1:fldVin> </d2p1:AccreditationModel> <d2p1:AccreditationModel> <d2p1:AccreditationNo>sample string 8</d2p1:AccreditationNo> <d2p1:AccreditationStatus>7</d2p1:AccreditationStatus> <d2p1:CityName>sample string 10</d2p1:CityName> <d2p1:ProvinceName>sample string 9</d2p1:ProvinceName> <d2p1:ToBeReviewedTime>sample string 11</d2p1:ToBeReviewedTime> <d2p1:fldCarID>1</d2p1:fldCarID> <d2p1:fldCarName>sample string 2</d2p1:fldCarName> <d2p1:fldPlate>sample string 3</d2p1:fldPlate> <d2p1:fldPlateFirstDate>sample string 5</d2p1:fldPlateFirstDate> <d2p1:fldSubName>sample string 6</d2p1:fldSubName> <d2p1:fldVin>sample string 4</d2p1:fldVin> </d2p1:AccreditationModel> <d2p1:AccreditationModel> <d2p1:AccreditationNo>sample string 8</d2p1:AccreditationNo> <d2p1:AccreditationStatus>7</d2p1:AccreditationStatus> <d2p1:CityName>sample string 10</d2p1:CityName> <d2p1:ProvinceName>sample string 9</d2p1:ProvinceName> <d2p1:ToBeReviewedTime>sample string 11</d2p1:ToBeReviewedTime> <d2p1:fldCarID>1</d2p1:fldCarID> <d2p1:fldCarName>sample string 2</d2p1:fldCarName> <d2p1:fldPlate>sample string 3</d2p1:fldPlate> <d2p1:fldPlateFirstDate>sample string 5</d2p1:fldPlateFirstDate> <d2p1:fldSubName>sample string 6</d2p1:fldSubName> <d2p1:fldVin>sample string 4</d2p1:fldVin> </d2p1:AccreditationModel> </Data> <TotalCount>1</TotalCount> </ListApiResponseOfArrayOfAccreditationModelBO9P5ujw>