Authorization: Bearer ********************
{ "reference_num": "TR20250427000000001", "handoverinfo": { "handover_num": "21389910283", "contact_name": "Roken Chan", "company_name": "company", "contact_email": "Allen_gned@gmail.com", "contact_phone": "1 401-311-2522", "contact_mobile": "1 602-671-6610", "country_code": "US", "state_code": "CA", "city_code": "Los Angeles ", "postcode": "91700", "house_no": "150", "street": "addd", "address_one": "add 123" }, "netWeightD": 11.11, "weightD": 13.21, "order_nums": [ "HGE2507080000516", "HGE2507080000527" ] }
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/scanform/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "reference_num": "TR20250427000000001", "handoverinfo": { "handover_num": "21389910283", "contact_name": "Roken Chan", "company_name": "company", "contact_email": "Allen_gned@gmail.com", "contact_phone": "1 401-311-2522", "contact_mobile": "1 602-671-6610", "country_code": "US", "state_code": "CA", "city_code": "Los Angeles ", "postcode": "91700", "house_no": "150", "street": "addd", "address_one": "add 123" }, "netWeightD": 11.11, "weightD": 13.21, "order_nums": [ "HGE2507080000516", "HGE2507080000527" ] }'
{ "code": 200, "success": true, "detail": "string", "data": { "reference_num": "TR20250427000000001" } }