GET api/DriverRequest

借款单列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

InfoResultOfListOfDriverRequestDto
NameDescriptionTypeAdditional information
Data

Collection of DriverRequestDto

None.

IsSuccess

是否成功:true:成功,false:失败

boolean

None.

Msg

返回消息

string

None.

Extra

特定信息

string

None.

Code

内部代码:[成功 000000|失败 000001|未登陆/未授权 000002]

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Id": 1,
      "DriverId": 2,
      "DispatcherId": 3,
      "DispatcherName": "sample string 4",
      "PaymentRequestNo": "sample string 5",
      "DriverName": "sample string 6",
      "BorrowDate": "2026-03-31 21:47:52",
      "State": "sample string 8",
      "PayDate": "2026-03-31 21:47:52",
      "Amount": 9.0,
      "UseDescription": "sample string 10",
      "AttachmentId": 11,
      "AttachmentUrl": "sample string 12"
    },
    {
      "Id": 1,
      "DriverId": 2,
      "DispatcherId": 3,
      "DispatcherName": "sample string 4",
      "PaymentRequestNo": "sample string 5",
      "DriverName": "sample string 6",
      "BorrowDate": "2026-03-31 21:47:52",
      "State": "sample string 8",
      "PayDate": "2026-03-31 21:47:52",
      "Amount": 9.0,
      "UseDescription": "sample string 10",
      "AttachmentId": 11,
      "AttachmentUrl": "sample string 12"
    }
  ],
  "IsSuccess": true,
  "Msg": "sample string 2",
  "Extra": "sample string 3",
  "Code": "sample string 4"
}

application/xml, text/xml

Sample:
<InfoResultOfArrayOfDriverRequestDto8taVmWcU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMS.Core.ShareData">
  <Code>sample string 4</Code>
  <Extra>sample string 3</Extra>
  <IsSuccess>true</IsSuccess>
  <Msg>sample string 2</Msg>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMS.Domain.Dto">
    <d2p1:DriverRequestDto>
      <d2p1:Amount>9</d2p1:Amount>
      <d2p1:AttachmentId>11</d2p1:AttachmentId>
      <d2p1:AttachmentUrl>sample string 12</d2p1:AttachmentUrl>
      <d2p1:BorrowDate>2026-03-31T21:47:52.0255292+08:00</d2p1:BorrowDate>
      <d2p1:DispatcherId>3</d2p1:DispatcherId>
      <d2p1:DispatcherName>sample string 4</d2p1:DispatcherName>
      <d2p1:DriverId>2</d2p1:DriverId>
      <d2p1:DriverName>sample string 6</d2p1:DriverName>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:PayDate>2026-03-31T21:47:52.0255292+08:00</d2p1:PayDate>
      <d2p1:PaymentRequestNo>sample string 5</d2p1:PaymentRequestNo>
      <d2p1:State>sample string 8</d2p1:State>
      <d2p1:UseDescription>sample string 10</d2p1:UseDescription>
    </d2p1:DriverRequestDto>
    <d2p1:DriverRequestDto>
      <d2p1:Amount>9</d2p1:Amount>
      <d2p1:AttachmentId>11</d2p1:AttachmentId>
      <d2p1:AttachmentUrl>sample string 12</d2p1:AttachmentUrl>
      <d2p1:BorrowDate>2026-03-31T21:47:52.0255292+08:00</d2p1:BorrowDate>
      <d2p1:DispatcherId>3</d2p1:DispatcherId>
      <d2p1:DispatcherName>sample string 4</d2p1:DispatcherName>
      <d2p1:DriverId>2</d2p1:DriverId>
      <d2p1:DriverName>sample string 6</d2p1:DriverName>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:PayDate>2026-03-31T21:47:52.0255292+08:00</d2p1:PayDate>
      <d2p1:PaymentRequestNo>sample string 5</d2p1:PaymentRequestNo>
      <d2p1:State>sample string 8</d2p1:State>
      <d2p1:UseDescription>sample string 10</d2p1:UseDescription>
    </d2p1:DriverRequestDto>
  </Data>
</InfoResultOfArrayOfDriverRequestDto8taVmWcU>