[
{
"verifyFlag": "N",
"branchShipUNCode": "支线船UN",
"verifyErrorMsg": "该箱的箱型尺寸40GP与码头系统中43GP不一致",
"tailInfos": {
"vesselReference": "船舶参考号",
"actId": "箱id"
},
"ieFlag": "进出口",
"ctnNo": "箱号",
"branchShipVoyage": "支线船航次",
"billNo": "提单"
}
]
curl --location --request POST 'http://10.168.9.230:8090/api/SpecialFee/PostVerifyResult' \
--header 'account: token' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '[
{
"verifyFlag": "N",
"branchShipUNCode": "支线船UN",
"verifyErrorMsg": "该箱的箱型尺寸40GP与码头系统中43GP不一致",
"tailInfos": {
"vesselReference": "船舶参考号",
"actId": "箱id"
},
"ieFlag": "进出口",
"ctnNo": "箱号",
"branchShipVoyage": "支线船航次",
"billNo": "提单"
}
]'
{}