页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

Field (API)Data TypeLengthMandatoryDetails
uuidNumber50M

The value responsed in 15. Line Haul API

atd

String

19O

Actual time of departure

Format: yyyy-MM-dd HH:mm:ss,

    • Eg. 2022-05-31 14:20:05

ata

String

19

O

Actual time of arrival

Format: yyyy-MM-dd HH:mm:ss,

    • Eg. 2022-05-31 17:30:05

attachmentTypeattachmentFileName

String?1
O

"1"=PDF

"2"=Excel

Default value is 1

file name

attachmentString
OBase64 format of the file

...

code

message


The line hual record cannot be found, uuid is not correct





Request message


Request


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

{

    

"uuid": "2022-04-13 08:01:02",

    

"atd": "2022-05-31 14:20:05",

    

"ata": "2022-05-31 17:30:05",

"

attachmentType

attachmentFileName": "

1

test.pdf",

"attachment": "XXXXX"


}


Response message


Response


1
2
3
4
5

{
    "status":"Succeeded",
    "code":0,
    "message":null
}

...