页面树结构

版本比较

标识

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

15. 航班接口说明

运输商可以通过接口编辑line haul信息。

...

Field (API)Data TypeLengthMandatoryDetails
uuidString50M

The value responsed in 航班的唯一标识符,从上传航班的API 15. Line Haul API航班 中返回

atd

String

19O

Actual time of departure

Format: yyyy

实际出发时间

格式:yyyy-MM-dd HH:mm:ss

,

 

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

ata

String

19

O

Actual time of arrival

Format: yyyy

实际到达时间

格式:yyyy-MM-dd HH:mm:ss

,

 

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

attachmentFileName

String
O

file name附件的文件名称


attachmentString
OBase64 format of the file文件的Base64格式 


响应字段

Field字段

Type类型

Mandatory/Optional非空

Description描述

status

String

M

Success/Failure

code

Number

O

Return code, please refer to the following code and message relationship table.返回代码,请参考以下code和Message关系表

message

String

O

Response message, please refer to the following code and message relationship table.响应信息,请参考以下code和Message关系表


报错信息

code

message

100300

Data is empty. There is no corresponding line haul founded.

2000000

uuid is required.

...