文档
测试

Techman-接收ibd推送通知接口

POST
http://quyan4pl-gateway-dev.c8dfd77cdee5247d388409f67eae91522.cn-shanghai.alicontainer.com/newdragon/notify/ibdSyncNotify

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填

请求参数

参数名
类型
描述
必填
MessageType
string
必填
Data
string
xml内容
必填

说明 / 示例

**请求示例** ```javascript { "MessageType":"", "Data":"<?xml version=\"1.0\" encoding=\"UTF-8\" ?><order_header> <order_type>NL</order_type> <order_date>20210129000100</order_date> <action_code>9</action_code> <client_code>SABIC</client_code> <order_number>0803384632</order_number> <shipfrom_code>EC64</shipfrom_code> <shipfrom_name>SABIC IP - BoZ Site - c/o DSV</shipfrom_name> <shipfrom_address>LELYWEG 30 / GATE 5 SABIC</shipfrom_address> <shipfrom_postal>4612 PS</shipfrom_postal> <shipfrom_country>NL</shipfrom_country> <shipto_code>0000057040</shipto_code> <shipto_name>Katoen Natie EESTI AS</shipto_name> <shipto_address>Klaukse Tee 1</shipto_address> <shipto_postal>74114</shipto_postal> <shipto_country>EE</shipto_country> <buyer_code>0010052996</buyer_code> <buyer_name>PHILLIPS DIVERSIFIED MFG</buyer_name> <buyer_address>PO BOX 386</buyer_address> <buyer_postal>11100</buyer_postal> <buyer_country>US</buyer_country> <freightpayer_code>7704</freightpayer_code> <freightpayer_name>SABIC Innovative Plastics B.V.</freightpayer_name> <freightpayer_address>Plasticslaan 1</freightpayer_address> <freightpayer_postal>4612 PX</freightpayer_postal> <freightpayer_country>NL</freightpayer_country> <incoterm1>CIF</incoterm1> <incoterm2>TALLIN</incoterm2> <coo>NL</coo> <delivery_date>20210326</delivery_date> <shipment_date>20210212</shipment_date> <document_date>20210129000100</document_date> <monetary_amount>0.00</monetary_amount> <monetary_currency>USD</monetary_currency> <transmode>Sea</transmode> <order_details> <order_detail> <material_number>000000000022047648</material_number> <customer_material_number>EX1632T-NA9E136T-OCE-00-00-00</customer_material_number> <chemical_description>EX1632T-NA9E136T-OCE-00-00-00</chemical_description> <batch_number/> <line_number>4504182866</line_number> <material_H>3.987800</material_H> <material_W>1270.0000</material_W> <material_L>2286.00</material_L> <gross_weight_uom>KGM</gross_weight_uom> <gross_weight>0.000</gross_weight> <color_code>Class</color_code> <color_name>SubClass</color_name> <customer_specification>1234</customer_specification> <packaging>FLASHPNT</packaging> </order_detail> <order_detail> <material_number>000000000022047648</material_number> <customer_material_number>EX1632T-NA9E136T-OCE-00-00-00</customer_material_number> <chemical_description>EX1632T-NA9E136T-OCE-00-00-00</chemical_description> <batch_number>10</batch_number> <line_number>4504182866</line_number> <material_H/> <material_W/> <material_L/> <gross_weight_uom>KGM</gross_weight_uom> <gross_weight>19314.000</gross_weight> <color_code/> <color_name/> <customer_specification/> <packaging/> </order_detail> <order_detail> <material_number>000000000022047648</material_number> <customer_material_number>EX1632T-NA9E136T-OCE-00-00-00</customer_material_number> <chemical_description>EX1632T-NA9E136T-OCE-00-00-00</chemical_description> <batch_number>10</batch_number> <line_number>4504182866</line_number> <material_H/> <material_W/> <material_L/> <gross_weight_uom>KGM</gross_weight_uom> <gross_weight>2434.000</gross_weight> <color_code/> <color_name/> <customer_specification/> <packaging/> </order_detail> </order_details> </order_header>" } ``` **response** ```javascript { "status": 0, "message": "成功" } ```