{
"CODAmount": 3000000,
"CODTransferDate": null,
"ClientOrderCode": "",
"ConvertedWeight": 200,
"Description": "Tạo đơn hàng",
"Fee": {
"CODFailedFee": 0,
"CODFee": 0,
"Coupon": 0,
"DeliverRemoteAreasFee": 0,
"DocumentReturn": 0,
"DoubleCheck": 0,
"Insurance": 17500,
"MainService": 53900,
"PickRemoteAreasFee": 53900,
"R2S": 0,
"Return": 0,
"StationDO": 0,
"StationPU": 0,
"Total": 0
},
"Height": 10,
"IsPartialReturn": false,
"Length": 10,
"OrderCode": "L3ACUU",
"PartialReturnCode": "",
"PaymentType": 1,
"Reason": "",
"ReasonCode": "",
"ShopID": 81558,
"Status": "ready_to_pick",
"Time": "2021-11-11T03:52:50.158Z",
"TotalFee": 71400,
"Type": "update_fee",
"Warehouse": "Bưu Cục 229 Quan Nhân-Q.Thanh Xuân-HN",
"Weight": 10,
"Width": 10
}
curl --location --request POST 'http://petfen-shipping.local.com:8087/ipn/ghn/transaction' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50X2NvZGUiOiJjb2RlIiwicGhvbmVfbnVtYmVyIjoiMDk2NDU0NzE1MSIsImlhdCI6MTc4NTgxNzIyNX0.jploHnovGunF4YYWwfrmlSvylZnR4S_szXrZDAyE2Fc' \
--header 'X-Auth-Service: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcGlfa2V5IjoiYXBpX2tleSIsInNlcnZpY2UiOiJwZXRmZW5faW52b2ljZV9zZXJ2aWNlIiwiaWF0IjoxNzg1ODE3MjI1fQ.DYsQpJGlUSGygYocNrcJTTmRHqkHkiLJMxXPHM8tt8Q' \
--header 'Content-Type: application/json' \
--data-raw '{
"CODAmount": 3000000,
"CODTransferDate": null,
"ClientOrderCode": "",
"ConvertedWeight": 200,
"Description": "Tạo đơn hàng",
"Fee": {
"CODFailedFee": 0,
"CODFee": 0,
"Coupon": 0,
"DeliverRemoteAreasFee": 0,
"DocumentReturn": 0,
"DoubleCheck": 0,
"Insurance": 17500,
"MainService": 53900,
"PickRemoteAreasFee": 53900,
"R2S": 0,
"Return": 0,
"StationDO": 0,
"StationPU": 0,
"Total": 0
},
"Height": 10,
"IsPartialReturn": false,
"Length": 10,
"OrderCode": "L3ACUU",
"PartialReturnCode": "",
"PaymentType": 1,
"Reason": "",
"ReasonCode": "",
"ShopID": 81558,
"Status": "ready_to_pick",
"Time": "2021-11-11T03:52:50.158Z",
"TotalFee": 71400,
"Type": "update_fee",
"Warehouse": "Bưu Cục 229 Quan Nhân-Q.Thanh Xuân-HN",
"Weight": 10,
"Width": 10
}'
{}