{
"makeServiceCode": "CC1",
"customNo": "customNo",
"weightUnit": "cm/kg",
"freightPayment": 1,
"taxPayment": 2,
"currencyCode": "USD",
"batteryOptions": 0,
"insuranceCharges": 1.2,
"freightCharges": 1.22,
"signatureService": 1,
"purchaseNo": "1234",
"invoiceNo": "1234",
"reasonForExport": "1",
"termsOfShipment": "1",
"referenceNo1": "12222",
"referenceNo2": "11111",
"pkgList": [
{
"pkgNo": "C00001-1",
"length": 12,
"breadth": 12,
"height": 12,
"netWeight": 12
}
],
"packageProduct": [
{
"productEnName": "test",
"productCnName": "测试",
"commodityCode": "10001000",
"unitPrice": 1.22,
"unitNumber": 1,
"unit": "EA",
"proWeight": 1,
"originCountryCode": "CN"
}
],
"logisticsFeePayerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"taxFeePayerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"recipientAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"importerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
}
}
curl --location --request POST 'http://api.intergo.cn/open-api/open/makeOrder/v1/rating' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"makeServiceCode": "CC1",
"customNo": "customNo",
"weightUnit": "cm/kg",
"freightPayment": 1,
"taxPayment": 2,
"currencyCode": "USD",
"batteryOptions": 0,
"insuranceCharges": 1.2,
"freightCharges": 1.22,
"signatureService": 1,
"purchaseNo": "1234",
"invoiceNo": "1234",
"reasonForExport": "1",
"termsOfShipment": "1",
"referenceNo1": "12222",
"referenceNo2": "11111",
"pkgList": [
{
"pkgNo": "C00001-1",
"length": 12,
"breadth": 12,
"height": 12,
"netWeight": 12
}
],
"packageProduct": [
{
"productEnName": "test",
"productCnName": "测试",
"commodityCode": "10001000",
"unitPrice": 1.22,
"unitNumber": 1,
"unit": "EA",
"proWeight": 1,
"originCountryCode": "CN"
}
],
"logisticsFeePayerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"taxFeePayerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"recipientAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"importerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
}
}'
{
"code": 0,
"data": {
"code": "string",
"name": "string",
"weightUnit": "string",
"weight": "string",
"monetaryValue": "string",
"currencyCode": "string",
"description": "string"
},
"msg": "string"
}