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. |
|
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", "Id": 9, "DriverUserId": 10, "SysAreaId": 11, "AddressFrom": "sample string 12", "AddressTo": "sample string 13", "StatusId": 14, "CreatedUserId": 16, "UpdatedDate": "2025-07-06T02:19:48.8889724+08:00", "UpdatedUserId": 18, "DevId": 21, "TypeId": 22, "ExtId": 23, "ShipTypeId": 24, "StartWeight": 25.0, "EndWeight": 26.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-07-06T02:19:48.8889724+08:00</ActualFinDate> <AddressFrom>sample string 12</AddressFrom> <AddressTo>sample string 13</AddressTo> <CreatedDate>2025-07-06T02:19:48.8889724+08:00</CreatedDate> <CreatedUserId>16</CreatedUserId> <DevId>21</DevId> <DriverUserId>10</DriverUserId> <EndWeight>26</EndWeight> <ExtId>23</ExtId> <Id>9</Id> <PlanFinDate>2025-07-06T02:19:48.8889724+08:00</PlanFinDate> <ShipTypeId>24</ShipTypeId> <StartWeight>25</StartWeight> <StatusId>14</StatusId> <SysAreaId>11</SysAreaId> <TypeId>22</TypeId> <UpdatedDate>2025-07-06T02:19:48.8889724+08:00</UpdatedDate> <UpdatedUserId>18</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:
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>