15. 航班接口说明
运输商可以通过接口编辑line haul信息。 |
...
Field (API) | Data Type | Length | Mandatory | Details | |||||||
uuid | String | 50 | M | The value responsed in 航班的唯一标识符,从上传航班的API 15. Line Haul API航班 中返回 | |||||||
atd | String | 19 | O | Actual time of departure Format: yyyy实际出发时间 格式:yyyy-MM-dd HH:mm:ss ,Eg. 2022
| |||||||
ata | String | 19 | O | Actual time of arrival Format: yyyy实际到达时间 格式:yyyy-MM-dd HH:mm:ss ,Eg.
| |||||||
attachmentFileName | String | O | file name附件的文件名称 | ||||||||
attachment | String | O | Base64 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. |
...