GET api/PayoutRecordsApi/PayoutRecordByDriverID?driverId={driverId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
driverId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PayoutRecordModelApi
NameDescriptionTypeAdditional information
ID

integer

None.

DriverID

integer

None.

Driver

string

None.

OwnerID

integer

None.

Owner

string

None.

TruckID

integer

None.

Truck

string

None.

GrossAmount

decimal number

None.

DispatchFeeAmount

decimal number

None.

QuickFeeAmount

decimal number

None.

Expense

decimal number

None.

ExpenseExpense

decimal number

None.

ExpenseIncome

decimal number

None.

CheckPaid

decimal number

None.

Fuel

decimal number

None.

FuelDiscount

decimal number

None.

PreviouseBalance

decimal number

None.

Total

decimal number

None.

FirstDayDateTime

date

None.

LastDayDateTime

date

None.

CreatedDateTime

date

None.

ModifiedDateTime

date

None.

Closed

boolean

None.

File

FileApi

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "DriverID": 1,
    "Driver": "sample string 2",
    "OwnerID": 1,
    "Owner": "sample string 3",
    "TruckID": 1,
    "Truck": "sample string 4",
    "GrossAmount": 5.1,
    "DispatchFeeAmount": 6.1,
    "QuickFeeAmount": 7.1,
    "Expense": 8.1,
    "ExpenseExpense": 9.1,
    "ExpenseIncome": 10.1,
    "CheckPaid": 11.1,
    "Fuel": 12.1,
    "FuelDiscount": 13.1,
    "PreviouseBalance": 14.1,
    "Total": 15.1,
    "FirstDayDateTime": "2024-05-18T06:06:37.2701403+00:00",
    "LastDayDateTime": "2024-05-18T06:06:37.2701403+00:00",
    "CreatedDateTime": "2024-05-18T06:06:37.2701403+00:00",
    "ModifiedDateTime": "2024-05-18T06:06:37.2701403+00:00",
    "Closed": true,
    "File": {
      "ID": 1,
      "Name": "sample string 2",
      "Type": "sample string 3",
      "DocType": "sample string 4",
      "Length": 5,
      "Content": "QEA=",
      "UploadDate": "2024-05-18T06:06:37.2701403+00:00"
    }
  },
  {
    "ID": 1,
    "DriverID": 1,
    "Driver": "sample string 2",
    "OwnerID": 1,
    "Owner": "sample string 3",
    "TruckID": 1,
    "Truck": "sample string 4",
    "GrossAmount": 5.1,
    "DispatchFeeAmount": 6.1,
    "QuickFeeAmount": 7.1,
    "Expense": 8.1,
    "ExpenseExpense": 9.1,
    "ExpenseIncome": 10.1,
    "CheckPaid": 11.1,
    "Fuel": 12.1,
    "FuelDiscount": 13.1,
    "PreviouseBalance": 14.1,
    "Total": 15.1,
    "FirstDayDateTime": "2024-05-18T06:06:37.2701403+00:00",
    "LastDayDateTime": "2024-05-18T06:06:37.2701403+00:00",
    "CreatedDateTime": "2024-05-18T06:06:37.2701403+00:00",
    "ModifiedDateTime": "2024-05-18T06:06:37.2701403+00:00",
    "Closed": true,
    "File": {
      "ID": 1,
      "Name": "sample string 2",
      "Type": "sample string 3",
      "DocType": "sample string 4",
      "Length": 5,
      "Content": "QEA=",
      "UploadDate": "2024-05-18T06:06:37.2701403+00:00"
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfPayoutRecordModelApi xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PayoutRecordModelApi>
    <ID>1</ID>
    <DriverID>1</DriverID>
    <Driver>sample string 2</Driver>
    <OwnerID>1</OwnerID>
    <Owner>sample string 3</Owner>
    <TruckID>1</TruckID>
    <Truck>sample string 4</Truck>
    <GrossAmount>5.1</GrossAmount>
    <DispatchFeeAmount>6.1</DispatchFeeAmount>
    <QuickFeeAmount>7.1</QuickFeeAmount>
    <Expense>8.1</Expense>
    <ExpenseExpense>9.1</ExpenseExpense>
    <ExpenseIncome>10.1</ExpenseIncome>
    <CheckPaid>11.1</CheckPaid>
    <Fuel>12.1</Fuel>
    <FuelDiscount>13.1</FuelDiscount>
    <PreviouseBalance>14.1</PreviouseBalance>
    <Total>15.1</Total>
    <FirstDayDateTime>2024-05-18T06:06:37.2701403+00:00</FirstDayDateTime>
    <LastDayDateTime>2024-05-18T06:06:37.2701403+00:00</LastDayDateTime>
    <CreatedDateTime>2024-05-18T06:06:37.2701403+00:00</CreatedDateTime>
    <ModifiedDateTime>2024-05-18T06:06:37.2701403+00:00</ModifiedDateTime>
    <Closed>true</Closed>
    <File>
      <ID>1</ID>
      <Name>sample string 2</Name>
      <Type>sample string 3</Type>
      <DocType>sample string 4</DocType>
      <Length>5</Length>
      <Content>QEA=</Content>
      <UploadDate>2024-05-18T06:06:37.2701403+00:00</UploadDate>
    </File>
  </PayoutRecordModelApi>
  <PayoutRecordModelApi>
    <ID>1</ID>
    <DriverID>1</DriverID>
    <Driver>sample string 2</Driver>
    <OwnerID>1</OwnerID>
    <Owner>sample string 3</Owner>
    <TruckID>1</TruckID>
    <Truck>sample string 4</Truck>
    <GrossAmount>5.1</GrossAmount>
    <DispatchFeeAmount>6.1</DispatchFeeAmount>
    <QuickFeeAmount>7.1</QuickFeeAmount>
    <Expense>8.1</Expense>
    <ExpenseExpense>9.1</ExpenseExpense>
    <ExpenseIncome>10.1</ExpenseIncome>
    <CheckPaid>11.1</CheckPaid>
    <Fuel>12.1</Fuel>
    <FuelDiscount>13.1</FuelDiscount>
    <PreviouseBalance>14.1</PreviouseBalance>
    <Total>15.1</Total>
    <FirstDayDateTime>2024-05-18T06:06:37.2701403+00:00</FirstDayDateTime>
    <LastDayDateTime>2024-05-18T06:06:37.2701403+00:00</LastDayDateTime>
    <CreatedDateTime>2024-05-18T06:06:37.2701403+00:00</CreatedDateTime>
    <ModifiedDateTime>2024-05-18T06:06:37.2701403+00:00</ModifiedDateTime>
    <Closed>true</Closed>
    <File>
      <ID>1</ID>
      <Name>sample string 2</Name>
      <Type>sample string 3</Type>
      <DocType>sample string 4</DocType>
      <Length>5</Length>
      <Content>QEA=</Content>
      <UploadDate>2024-05-18T06:06:37.2701403+00:00</UploadDate>
    </File>
  </PayoutRecordModelApi>
</ArrayOfPayoutRecordModelApi>