接口说明
运输商可以通过接口编辑line haul信息。 |
路径
HTTP Verb | URL |
---|---|
Post | /services/carrier/editLineHaul |
...
Field (API) | Data Type | Length | Mandatory | Details | |||||||
uuid | NumberString | 50 | M | The value responsed in 15. Line Haul API | |||||||
atd | String | 19 | O | Actual time of departure Format: yyyy-MM-dd HH:mm:ss,
| |||||||
ata | String | 19 | O | Actual time of arrival Format: yyyy-MM-dd HH:mm:ss,
| |||||||
attachmentFileName | String | O | file name | ||||||||
attachment | String | O | Base64 format of the file |
...
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ "uuid": "2022-04-13 08:01:02Qu57HhAhW6TTTQGm1Dvn_a", "atd": "2022-05-31 14:20:05", "ata": "2022-05-31 17:30:05", "attachmentFileName": "test.pdf", "attachment": "XXXXX" } |
...