POST waybill/driver-start

Request Information

URI Parameters

None.

Body Parameters

QWaybill
NameDescriptionTypeAdditional information
Driver

string

None.

Phone

string

None.

CreatedDate

string

None.

PlanFinDate

string

None.

ActualFinDate

string

None.

DevCode

string

None.

CurWeight

decimal number

None.

Id

integer

None.

DriverUserId

integer

None.

SysAreaId

integer

None.

AddressFrom

string

None.

AddressTo

string

None.

StatusId

integer

None.

CreatedDate

date

None.

CreatedUserId

integer

None.

UpdatedDate

date

None.

UpdatedUserId

integer

None.

PlanFinDate

date

None.

ActualFinDate

date

None.

DevId

integer

None.

TypeId

integer

None.

ExtId

integer

None.

ShipTypeId

integer

None.

StartWeight

decimal number

None.

EndWeight

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Driver": "sample string 1",
  "Phone": "sample string 2",
  "CreatedDate": "sample string 3",
  "PlanFinDate": "sample string 4",
  "ActualFinDate": "sample string 5",
  "DevCode": "sample string 6",
  "CurWeight": 7.0,
  "Id": 8,
  "DriverUserId": 9,
  "SysAreaId": 10,
  "AddressFrom": "sample string 11",
  "AddressTo": "sample string 12",
  "StatusId": 13,
  "CreatedUserId": 15,
  "UpdatedDate": "2025-06-28T04:11:51.5366222+08:00",
  "UpdatedUserId": 17,
  "DevId": 20,
  "TypeId": 21,
  "ExtId": 22,
  "ShipTypeId": 23,
  "StartWeight": 24.0,
  "EndWeight": 25.0
}

application/xml, text/xml

Sample:
<QWaybill xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YHT.Core">
  <ActualFinDate xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:dateTime">2025-06-28T04:11:51.5366222+08:00</ActualFinDate>
  <AddressFrom>sample string 11</AddressFrom>
  <AddressTo>sample string 12</AddressTo>
  <CreatedDate>2025-06-28T04:11:51.5366222+08:00</CreatedDate>
  <CreatedUserId>15</CreatedUserId>
  <DevId>20</DevId>
  <DriverUserId>9</DriverUserId>
  <EndWeight>25</EndWeight>
  <ExtId>22</ExtId>
  <Id>8</Id>
  <PlanFinDate>2025-06-28T04:11:51.5366222+08:00</PlanFinDate>
  <ShipTypeId>23</ShipTypeId>
  <StartWeight>24</StartWeight>
  <StatusId>13</StatusId>
  <SysAreaId>10</SysAreaId>
  <TypeId>21</TypeId>
  <UpdatedDate>2025-06-28T04:11:51.5366222+08:00</UpdatedDate>
  <UpdatedUserId>17</UpdatedUserId>
  <ActualFinDate xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:string">sample string 5</ActualFinDate>
  <CreatedDate>sample string 3</CreatedDate>
  <CurWeight>7</CurWeight>
  <DevCode>sample string 6</DevCode>
  <Driver>sample string 1</Driver>
  <Phone>sample string 2</Phone>
  <PlanFinDate>sample string 4</PlanFinDate>
</QWaybill>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QWaybill'.

Response Information

Resource Description

RtBase
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<RtBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
  <code>1</code>
  <msg>sample string 2</msg>
</RtBase>