Description
The carrier can edit flight information. |
Path
HTTP Verb | URL |
---|---|
Post | /services/carrier/editLineHaul |
...
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. |
message | String | O | Response message, please refer to the following code and message relationship table. |
Error Code & Message
code | message |
100300 | Data is empty. There is no corresponding line haul founded. |
2000000 | uuid is required. |
Request message
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ "uuid": "2022-04-13 08:01:02",Qu57HhAhW6TTTQGm1Dvn_a", "atd": "2022-05-31 14:20:05", "ata": "2022-05-31 17:30:05", "attachmentFileName": "test.pdf", "attachment": "XXXXX" } |
Response message
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ "status":"Succeeded", "code":0, "message":null } |
...