{
"token": "11111111",
"startTime": "2025-02-14 00:00:00",
"endTime": "2025-02-17 00:00:00",
"billid": [
"YR007416",
"MY250623718772"
],
"refernumb": [],
"status": [],
"pagination": {
"pageNo": 1,
"pageSize": 20
}
}
curl --location --request POST 'http://yqneed.kingtrans.net/PostInterfaceService?method=searchOrderXy' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"token": "11111111",
"startTime": "2025-02-14 00:00:00",
"endTime": "2025-02-17 00:00:00",
"billid": [
"YR007416",
"MY250623718772"
],
"refernumb": [],
"status": [],
"pagination": {
"pageNo": 1,
"pageSize": 20
}
}'
{
"statusCode": "success",
"message": "",
"totalPage": 1,
"count": 1,
"data": [
{
"billdate": "2025-02-17 16:56:50",
"billid": "EYT502140000248732HGW",
"billid2": "",
"buyerinfojson": "",
"channelid": "ups666",
"checkdate": "1900-01-01 00:00:00",
"checknote": "",
"clientid": "test888",
"contaxno": "",
"corpbillid": "EYT502140000248732HGW",
"corpid": "HDH1",
"country": "US",
"customsid": "",
"declatype": "",
"dfOrderid": "",
"editdate": "2025-02-14 15:08:52",
"fbawarehousecode": "",
"flag": "4",
"goodsname": "玩具*1\n手机*1\n",
"goodsnum": "1",
"goodstype": "WPX",
"housenum": "RecNum",
"ifinsurance": "0",
"innote": "",
"insuranceamt": "0.00",
"isinsur": "1",
"ismagnetic": "0",
"isremote": "",
"labelbillid": "",
"modidate": "2025-02-17 16:56:50",
"mweight": "0.00",
"note": "newlable",
"ordervalidity": "1900-01-01 00:00:00",
"packtype": "8009",
"passportid": "",
"recaddr": "170 Sisson Ave\r\nBidg. # 3. Apt 503\r\nstring\r\nCT",
"recaddr1": "170 Sisson Ave\r",
"recaddr2": "Bidg. # 3. Apt 503\r",
"recarea": "Lvivska",
"reccity": "string\r",
"reccorp": "test",
"recemail": "",
"recfax": "",
"recmobile": "07123456789",
"recname": "Shumilo Ihor",
"recpost": "06106",
"recprovince": "CT",
"rectel": "380934504647",
"refernumb": "EYT502140000248732HGW",
"reserve4": "0",
"rweight": "0.00",
"sbvalue": "32",
"senderaddress": "3740 S MORGAN ST",
"sendercity": "Los Angeles",
"sendercorp": "Test",
"sendercountry": "US",
"senderemail": "user@example.com",
"senderfax": "",
"sendermoble": "01234567890",
"sendername": "Example Corp",
"senderpost": "60609",
"senderprovince": "LA",
"sendertel": "38163810217",
"sendertown": "US",
"source": "Copy",
"tarifftype": "",
"vatnumber": "",
"volume": "[{\"num\":\"1\",\"weight\":\"1.8\",\"log\":\"3\",\"width\":\"4\",\"height\":\"5\"}]",
"weight": "20.000",
"items": [
{
"cont": "手机",
"customs": "MF-YSSQ",
"peihuo": "",
"value": "10",
"num": "1",
"prodno": "8507809098",
"phnote": "",
"unit": "PCS",
"sbprice": "10",
"sku": "",
"money": "USD",
"itemweight": "1.000",
"imgurl": " ",
"texture": "AES",
"application": "PLAY",
"transactionurl": " ",
"brand": "",
"model": "",
"origin": ""
},
{
"cont": "玩具",
"customs": "MF-YSSQ",
"peihuo": "",
"value": "22",
"num": "1",
"prodno": "8507809090",
"phnote": "",
"unit": "PCS",
"sbprice": "22",
"sku": "",
"money": "USD",
"itemweight": "0.500",
"imgurl": " ",
"texture": "AES",
"application": "PLAY",
"transactionurl": " ",
"brand": "",
"model": "",
"origin": ""
}
]
}
]
}