POST waybill/driver-start
Request Information
URI Parameters
None.
Body Parameters
QWaybillName | Description | Type | Additional information |
---|---|---|---|
Driver | string |
None. |
|
Phone | string |
None. |
|
CreatedDate | string |
None. |
|
PlanFinDate | string |
None. |
|
ActualFinDate | string |
None. |
|
DevCode | string |
None. |
|
CurWeight | decimal number |
None. |
|
DevName | string |
None. |
|
Dervier | string |
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, "DevName": "sample string 8", "Dervier": "sample string 9", "Id": 10, "DriverUserId": 11, "SysAreaId": 12, "AddressFrom": "sample string 13", "AddressTo": "sample string 14", "StatusId": 15, "CreatedUserId": 17, "UpdatedDate": "2025-09-13T09:33:19.850445+08:00", "UpdatedUserId": 19, "DevId": 22, "TypeId": 23, "ExtId": 24, "ShipTypeId": 25, "StartWeight": 26.0, "EndWeight": 27.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-09-13T09:33:19.850445+08:00</ActualFinDate> <AddressFrom>sample string 13</AddressFrom> <AddressTo>sample string 14</AddressTo> <CreatedDate>2025-09-13T09:33:19.850445+08:00</CreatedDate> <CreatedUserId>17</CreatedUserId> <DevId>22</DevId> <DriverUserId>11</DriverUserId> <EndWeight>27</EndWeight> <ExtId>24</ExtId> <Id>10</Id> <PlanFinDate>2025-09-13T09:33:19.850445+08:00</PlanFinDate> <ShipTypeId>25</ShipTypeId> <StartWeight>26</StartWeight> <StatusId>15</StatusId> <SysAreaId>12</SysAreaId> <TypeId>23</TypeId> <UpdatedDate>2025-09-13T09:33:19.850445+08:00</UpdatedDate> <UpdatedUserId>19</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> <Dervier>sample string 9</Dervier> <DevCode>sample string 6</DevCode> <DevName>sample string 8</DevName> <Driver>sample string 1</Driver> <Phone>sample string 2</Phone> <PlanFinDate>sample string 4</PlanFinDate> </QWaybill>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RtBaseName | Description | Type | Additional 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>