[
{
"ieFlag":"进出口标识",
"billNo":"提单号",
"ctnNo":"箱号",
"forwardingName":"货代名称",
"forwardingCode":"货代代码",
"ctnOwner":"箱主",
"ctnSize":"箱尺寸",
"ctnType":"箱型",
"flagEf":"空重标识",
"ctnCategory":"箱类别",
"tradingType":"箱贸易性质",
"mainShipName":"干线船名",
"mainVoyage":"干线航次",
"mainVoyageDeclareNum":"航次申报号",
"routeCode":"干线航线代码",
"routeName":"干线航线名称",
"berthingTime":"靠泊时间",
"departureTime":"离泊时间",
"fromWharf":"from码头",
"fromWharfCode":"from码头code",
"branchShipName":"支线船名",
"branchShipVoyage":"支线航次",
"destinationPlace":"目的港",
"departurePlace":"装货港",
"toWharf":"to码头",
"toWharfCode":"to码头code",
"dischargePort":"卸货港",
"operatingMode":"操作模式",
"isTwiceTransfer":"是否甬舟二次中转",
"clearingPartyCode":"物流补助结算方",
"amount":"补助金额",
"billCompany":"开票抬头归属"
}
]
curl --location --request POST 'http://169.169.47.35/api/SpecialFee/PostSpecialBills' \
--header 'account: token' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"ieFlag":"进出口标识",
"billNo":"提单号",
"ctnNo":"箱号",
"forwardingName":"货代名称",
"forwardingCode":"货代代码",
"ctnOwner":"箱主",
"ctnSize":"箱尺寸",
"ctnType":"箱型",
"flagEf":"空重标识",
"ctnCategory":"箱类别",
"tradingType":"箱贸易性质",
"mainShipName":"干线船名",
"mainVoyage":"干线航次",
"mainVoyageDeclareNum":"航次申报号",
"routeCode":"干线航线代码",
"routeName":"干线航线名称",
"berthingTime":"靠泊时间",
"departureTime":"离泊时间",
"fromWharf":"from码头",
"fromWharfCode":"from码头code",
"branchShipName":"支线船名",
"branchShipVoyage":"支线航次",
"destinationPlace":"目的港",
"departurePlace":"装货港",
"toWharf":"to码头",
"toWharfCode":"to码头code",
"dischargePort":"卸货港",
"operatingMode":"操作模式",
"isTwiceTransfer":"是否甬舟二次中转",
"clearingPartyCode":"物流补助结算方",
"amount":"补助金额",
"billCompany":"开票抬头归属"
}
]'
{
"MSGID": "string",
"MSGDESC": "string",
"DATA": null
}