格式:真实名字<邮箱地址>
[
{
"deliveryNo": null,
"orderNo": null,
"localKey": "",
"referenceNo": "177QAZAZXTCN0541",
"blType": "BL",
"carrierCd": "MSC",
"extendNo": null,
"customer": null,
"polCd": null,
"customerService": null,
"noticeEmail": null,
"remark": null,
"serviceType": "C",
},
{
"deliveryNo": null,
"orderNo": null,
"localKey": "",
"referenceNo": "SNLFSKALB61601",
"blType": "BL",
"carrierCd": "SINO",
"extendNo": {"CtnrNo":"BHCU4987386"},
"customer": null,
"polCd": null,
"customerService": null,
"noticeEmail": null,
"remark": null,
"serviceType": "C",
},
{
"deliveryNo": null,
"orderNo": null,
"localKey": "",
"referenceNo": "6414918850",
"blType": "",
"carrierCd": "COSCO",
"extendNo": null,
"customer": null,
"polCd": null,
"customerService": null,
"noticeEmail": null,
"remark": null,
"serviceType": "C"
}
]
curl --location --request POST 'https://api.trackingeyes.com/api/oceanbill/batchOceanBill?companyCode&token&orgCode' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"deliveryNo": null,
"orderNo": null,
"localKey": "",
"referenceNo": "177QAZAZXTCN0541",
"blType": "BL",
"carrierCd": "MSC",
"extendNo": null,
"customer": null,
"polCd": null,
"customerService": null,
"noticeEmail": null,
"remark": null,
"serviceType": "C",
},
{
"deliveryNo": null,
"orderNo": null,
"localKey": "",
"referenceNo": "SNLFSKALB61601",
"blType": "BL",
"carrierCd": "SINO",
"extendNo": {"CtnrNo":"BHCU4987386"},
"customer": null,
"polCd": null,
"customerService": null,
"noticeEmail": null,
"remark": null,
"serviceType": "C",
},
{
"deliveryNo": null,
"orderNo": null,
"localKey": "",
"referenceNo": "6414918850",
"blType": "",
"carrierCd": "COSCO",
"extendNo": null,
"customer": null,
"polCd": null,
"customerService": null,
"noticeEmail": null,
"remark": null,
"serviceType": "C"
}
]'