日韩亚洲欧美色图,久久亚洲精精品中文字幕,国产,日韩,欧美综合在线,丰满少妇2中文免费观看,国产精品一区二区20P发布,我强进了老师身体在线观看

手機(jī)版
1 2 3 4
首頁(yè) > 新聞中心 > 翻譯公司資訊 >
翻譯公司資訊

世聯(lián)翻譯公司完成企業(yè)技術(shù)接入規(guī)范英文翻譯

發(fā)布時(shí)間:2018-09-20 10:17  點(diǎn)擊:

世聯(lián)翻譯公司完成企業(yè)技術(shù)接入規(guī)范英文翻譯
1         Foreword
The purpose of this file aims to define the general external service interface of BSP enterprise service platform, quickly integrate the big customers’ proprietary system, connect the information flow between big customers and Shunfeng System, and realize the integration of the integral logistics supply chain, so as to reach the win-win results for Shunfeng and customers.
 
2     Description of interface specification
Unify using UTF-8 coded XML message through external service interface; interface communication protocol supports WEBSERVICE, HTTP/POST and FTP; currently WEBSERVICE protocol is used mainly.
 
General external service interfaces are classified as active access interface and external push interface. The external push interface based on FTP protocol does not need corresponding response message. Other protocols require correspond requests and corresponding messages. The following text defines the format and rules to be observed by the general external service interface message.
 
²  Request message
<Request service="service name" lang="zh-CN">
<Head>customer ID card number, check code</Head>
<Body>Request data XML</Body>
</Request>
 
Key rules
 
a) Service property and HEAD element predefined the service name, customer card number and check code. Combining with the customer IP address on request can satisfy the verification of system functional jurisdiction only by analyzing HEAD elements. The condition without functional jurisdiction needs no further analysis of internal Body data, which greatly improves the performance of blocking illegal access.
b) Customer ID card number and check code shall be unified by the allocation of Shunfeng.
c) long property is used for support the international request with the default value of zh-CN.
 
²  Response message:
<Response service="service name">
<Head>OK|ERR</HEAD>
<BODY>Normal response message XML</BODY>
<ERROR code="NNNN">Wrong detailed message </ERROR>
</Response>
 
Key rules
a)    Head element value is OK or ERR; OK represents normal transaction and ERR represents system or business exception; as for batch transaction settings, partial transaction exception must return OK value; exception transaction records must be indicated in returning BODY to avoid the next complete resending.
b)    Return to BODY element while Head element value is OK; return to ERROR element while Head value is ERR; BODY and ERROR elements cannot coexist together.
c)    “Code property value” in ERROR element is four-digit number. The description of error code refers to the last part of the reference files.
²  Recording number of batch transaction is limited under 20 (referring to Shunfeng Website). Special business may define the limit not supporting the batch transaction or batch recorded number less than 20 itself.
²  The definition of data elements of request or normal response data XML shall abide by the principle of separating defining necessary fields (including default value field), optional fields and extended fields. Meanwhile, fields shall be defined through the element property with the field value limited under 200 characters (less than 50 Chinese characters); necessary fields shall be defined through the element property; optional fields shall be defined “data element name +Option” element through the property under the data element; extended fields shall be defined by reserving the property of element <Extra> under the data element; the number of necessary fields shall be controlled under 10 as possible.
<Order id="XXXX" …>
<OrderOption payment="XXXX" …/>
<Extra e1="XXXX" …/>
</Order>
 
The element property of OrderOption and value are defined by the specific business data. Extra element supports 20 properties to the utmost; property names are e1,…,e20, only supporting character string value.
 
²  Try the utmost to reduce the field amount required for delivery in interface message through individualization service configuration of customers. For example, add the code of goods-delivering points in order message,    allocate the monthly account and other data in the way of backstage-based customer + code of goods-delivery point, thus avoid delivering the affiliated monthly account in interface message.
²  Request and response message elements shall be named by word order headed by capital letters, like “OrderResponse”; property name shall use small letters wholly, like “orderid”; subelements shall be expressed by using “/” path in the defined table, like “outeTrackingResponse/Route”.
 
General external service interface has defined the express-type service interface presently; the reference address refers to the following.
Http://bsp-oip/sf-express.com/bsp-ois/ws/expressService
 
3     Express-type service interface
3.1   Oder-placing (including filtering)
3.1.1       Function description
 
Order-placing interface may provide the following three functions according to the customers’ requirements.
1)  Customer system places order to Shunfeng in a unified way.
2)  Allocate transport number for order number.
3)  Filtering order
 
3.1.2       vDefinition of dominant message at interfaces
Service name OrderService Batch transaction limiting Not supporting
Interface type Access Protocol type WEBSERVICE
Interface method public String sfexpressService(String XML);
Dataelement<request> Order    
Name of necessary field Types(restricted) Default value Description
orderid String(64)   Customers’ order number, suggested as English letters +YYMMDD(date)+serial number,TB1207300000001
express_type String(5) Standard express Type of express-type products
1 Standard express
2 Shunfeng preference
j_company String(100) _SYSTEM Sender’s company name, “_SYSTEM” means getting from system configuration if not provided.
j_contact String(30) _SYSTEM Sender’s contact personnel, “_SYSTEM” means getting from system configuration if not provided.
j_tel String(20) _SYSTEM Sender’s phone number, “_SYSTEM” means getting from system configuration if not provided.
j_address String(150) _SYSTEM Sender’s detailed address, including prince, city and districts, for example, F10, Wangji Business Mansion, 11th Street, Xinzhou, Futian District, Shenzhen City, Guangdong Province, “_SYSTEM” means getting from system configuration if not provided.
d_company String(100)   Receiver’s company name
d_contact String(30)   Receiver’s contact personnel
d_tel String(20)   Receiver’s telephone number
d_address String(150)   Receiver’s detailed address, for example, F10, Wangji Business Mansion, 11th Street, Xinzhou, Futian District, Shenzhen City, Guangdong Province,
parcel_quantity Number(5) 1 Package number shall be provided if producing transport order number. A package corresponds to a transporting order number. Data must be correct.
pay_method Number(1) _SYSTEM Type of payment: 1. Paid by sender; 2 Paid by receiver;3 Paid by the third party. The default value is 1. “_SYSTEM” means getting from system configuration if not provided.
j_province String(30) _SYSTEM Filling requirement of the sender’s located province name field must be standard province name, like Guangdong Province
j_city String(100) _SYSTEM Filling requirement of the sender’s located city name field must be standard city name, like Shenzhen City.
d_province String(30)   Filling requirement of the receiver’s located province name field must be standard province name, like Guangdong Province.
d_city String(100)   Filling requirement of the receiver’s located city name field must be standard city name, like Shenzhen City.
       
Data element
<Response>
OrderResponse    
Field name Type(restricted) Not-empty or not Description
orderid String(64) No Order number
mailno String(20)   Transporting order number may be affiliated with order numbers like, integrated parts and sub-parts,separated by comma.
origincode String(10) No Code for originally-sending place 
destcode String(10) No Destination code
filter_result Number(2)    Filtering order results: 1. Artificial selection; 2 collectable; 3 Uncollectable
remark String(100)   1. Receiver exceeding 2. Sender exceeding 3. Other reasons
 
3.1.3 Optional field information
Data elements Order/OrderOption  
Field name Type(Restricted)   Description
custid String(20) Monthly card account number SYSTEM configurable
template String(30) Template selection
j_shippercode String(30) Sender code
d_deliverycode String(30) Receiver code
cargo String(4000) Cargo name; maybe have variant articles; use comma to separate cargo names for variant articles. For example, mobile phone, IPAD, charger. Require producing electronic transporting bill. This field must be delivered.
cargo_count String(4000)  Cargo quantity; be separated with comma for variant cargos, corresponding to the described cargo, for example, 2,1,3.
cargo_unit String(4000) Cargo unit; be separated with comma for variant articles, corresponding to the described cargo, for example, piece, set, book.
cargo_weight String(4000) Cargo weight; be separated with comma for variant cargos, corresponding to the described cargo, for example, 1.5,1.0,3.0
cargo_amount String(4000) Cargo unit price; be separated with comma for variant cargos, corresponding to the described cargo, for example, 1000,2000,1500
cargo_total_weight Number(10,2)  
Total weight of order cargos, unit KG; if this value is provided, it shall be>0
sendstarttime date The starting time of getting cargos, YYYY-MM-DD,HH24:MM:SS; for example: 2012-7-30 09:30:00. Default: system time for receiving order for the system
mailno String(4000)  
Mailing transporting order; only one main mailing order for an order; in case of integrated order and sub-order, please be separated by comma; the main order shall be placed at the first position. “755123456789,001123456789,002123456789“
remark String(100) Remark
Data element OrderOption/AddedService
Field name Type(Restricted) Description
name( Defined corresponding relationship ) String(20) Value-added service, for example, COD, etc.
value String(30) Value-added service value 1
Value1 String(30) Value-added service value 2
Value2 String(30) Value-added service value 3
Value3 String(30) Value-added service value 4
Value4 String(30) Value-added service value 5
       
Value-added service value description
Service NAME Description Remark
Cash on delivery COD Value: cargo price; value1: customer value  
Support price INSURE Value: declared value  
MSG MSG Value: mobile phone number  
Packaging fee PKFEE Value: packaging fee  
SMS SMS Value is the mobile phone number and is the same as the receiver’s mobile phone number.
Value1 is the individualized words.
 
Special support value SINSURE Value: service charge  
Special delivery
Special value-added service value
SDELIVERY
SADDSERVICE
value : service charge
value: service charge
 
 
3.1.4       Extended field information
Follow the extended field specification
 
3.1.5       Application scenario XML example
²  Scenario 1
Scenario description :customer placing order
RequestXML:
<Request service=”OrderService” lang="zh-CN">
<Head>j_custid(customer card number ),checkwork(check code )</Head>
<Body>
<Order orderid=”Order number” express_type=”express type ”j_company=”Sender’s company name ”
j_contact=”sender’s contact personnel ”j_tel=”Contact telephone number”j_address=”Delivery address”d_company=”Receiver’s company name ”d_contact=”Receiver’s contact person ”d_tel=”Contact telephone number”d_address=”Receiver’s address” parcel_quantity=”Package number”pay_method=”Terms of payment ”>
<OrderOption custid=”Monthly settlement card account ”j_shippercode=”Sender’s code”d_deliverycode=”Receiver’s code”cargo=”Cargo name ”cargo_total_weight=”Total weight ”insurance_amount=”Declaration value ”sendstarttime=”Time inquiring getting cargo ” mailno=”Mail transporting order number ” remark=”Remark ”>
<AddedService name=”value-added service 1” value=”Value 1” value1=”Value 2” value2=”Value 3” value3=”Value 4”
value4=”Value 5”/>
<!-- ...// <AddedService>May be variant  -->
</OrderOption>
 
<Extra e1=”extended field ” e2=”extended field ” e3=”extended field ” e4=”extended field ” e5=”extended field ” e6=”extended field ” e7=”extended field ” e8=”extended field ” e9=”extended field ” e10=”extended field ” e11=”extended field ” e12=”extended field ” e13=”extended field ” e14=”extended field ” e15=”extended field ” e16=”extended field ” e17=”extended field ” e18=”extended field ” e19=”extended field ” e20=”extended field ”/>
</Order>
</Body>
</Request>
 
Response XML:
Successfully treated order :
 
<Response service=”OrderService”>
<Head>OK</Head>
<Body>
<OrderResponse orderid=”Order number” mailno=”Main order,Sub-order 1,Sub-order  2,…,Sub-order  n” originCode=”Original delivered place code” destCode=”Destination code ” filter_result=”Filtering results ” remark=”Remark ”/>
</Body>
</Response>
 
Failed order treating:
<Response service=”OrderService”>
<Head>ERR</Head>
<ERROR code="NNNN">Detailed wrong message </ERROR>
</Response>
 
3.2   Confirming for order cargo delivery
3.2.1       Function description
This interface is used for customers to deliver the important information, like express weight, posting time, etc. through this interface to Shunfeng after delivering the cargos to Shunfeng Consignment
3.2.2       Definition of main message at interface
Service name OrderConfirmService Batch transaction limiting Not supporting
Interface type Access Protocol type WEBSERVICE
Interface method  public String sfexpressService(String XML);
Data element <Request> OrderConfirm    
Necessary field name Type (restricted) Default value Description 
orderid String(64)   Order number
mailno String(20)   Mail transporting order number
Data elements <Response > OrderConfirmResponse    
Field name Type (restricted) Non-empty or not Description 
orderid String(64) No Order number
mailno String(20) No Mail transporting order number
res_status Number(1)   Remark: 1. Mismatch between order number and mail transporting order
2. Successful
 
3.2.3       Optional field information
Data elements OrderConfirm/OrderConfirmOption
Field name Type (restricted) Description 
weight Number(10,2) Order weight, unit: KG
單位 KG
volume String(100) Length, width and height of delivered cargo shall be separated by comma; unit, CM, correct to 0.1.
 
3.2.4       Extended field information
Follow the extended field specification 
3.2.5       Application scenario XML example
²  Scenario 1
Scenario description :
Request XML:
<Request service=”OrderConfirmService” lang="zh-CN">
<Head>custid(customer card number ),checkwork(check code )</Head>
<Body>
<OrderConfirm orderid=”Order number” mailno=”Mail transporting order number ”>
<OrderConfirmOption weight=”Express weight ” volume=”Lengh, width and height of delivered cargos ”/>
<Extra e1=”extended field ” e2=”extended field ” e3=”extended field ” e4=”extended field ” e5=”extended field ” e6=”extended field ” e7=”extended field ” e8=”extended field ” e9=”extended field ” e10=”extended field ” e11=”extended field ” e12=”extended field ” e13=”extended field ” e14=”extended field ” e15=”extended field ” e16=”extended field ” e17=”extended field ” e18=”extended field ” e19=”extended field ” e20=”extended field ”/>
</OrderConfirm>
</Body>
</Request>
 
Response  XML:
Successfully confirmed order  :
 
<Response service=”OrderConfirmService”>
<Head>OK</Head>
<Body>
<OrderConfirmResponse orderid=”Order number” mailno=”Mail transporting order number ” remark=”Remark ”/>
</Body>
</Response>
 
Failed confirmed order  :
 
<Response service=”OrderConfirmService”>
<Head>ERR</Head>
<ERROR code="NNNN">Detailed wrong message </ERROR>
</Response>
 
3.3   Order filtering
3.3.1       Function description
Customer system sends the automatic filtering application through this interface to Shunfeng enterprise service platform, used for judging whether the sending and delivery address fall into the delivery scope of Shunfeng. The system can automatically judge whether the delivery address fall into the delivery scope of Shunfeng according to the addresses. If the receiver’s address falls into the scope, the mail can be delivered; otherwise, it cannot be delivered.
 
3.3.2       Definition of main messages at interface
Service name OrderFilterService Batch transaction limit <=5  
Interface type Access Protocol type WEBSERVICE
Interface method  public String sfexpressService(String XML);
Data element <Request> OrderFilter    
Necessary field name Type (restricted) Default value Description
filter_type Number(1) 1 filtering type:1-automatic filtering (System judges according to the address base and returns the results); 2.- artificial filtering (System judges according to the address base. If it cannot judge whether the cargo is received or delivered, the system will produce the task of artificial judgment. The later work will be finished artificially. After completing the treating process, Shunfeng may automatically push to the customer system).
orderid String(64) If
filter_type=2, it must be provided.
 
Customer order number
       
 
d_address
 
String(150)
  Receiver’s detailed address includes prince, city and district. F10, Wangji Business Mansion, 11th Street, Xinzhou, Futian District, Shenzhen City, Guangdong Province,
Data elements <Response > OrderFilterResponse    
Field name Type (restricted) Non-empty or not Description
orderid String(64)   Order number; if the artificial filtering order shall be provided by Shunfeng. This order value shall be provided.
filter_result Number(2) Not Filtering order results: 1. Artificial selection; 2 collectable; 3 Uncollectable
origincode String(10)   Code for originally-sending place
destcode String(10)   Destination code; if it is can be received and delivered, this item cannot be empty.
remark String(100)    1. Receiver exceeding 2. Sender exceeding 3. Other reasons
 
3.3.3       Optional field information
Data elements OrderFilter/OrderFilterOption
Field name Type (restricted) Default value Description 
j_tel String(20)   Sender’s telephone number
country String (50) CN Sender’s country
 
province
 
String (30)
  Sender’s located province must be standard province name, for example Guangdong Province (“Province” cannot be omitted.)  
 
city
 
String (100)
  Sender’s located city must be standard city name, for example “Shenzhen City”(“City” cannot be omitted.)
 
county
 
String (30)
  Sender’s located county/district must be standard county/district name, for example “Futian District”(“District” cannot be omitted.)
d_country String(50) CN Receiver’s country
 
d_province
 
String (30)
  Receiver’s located province must be standard province name, for example Guangdong Province (“Province” cannot be omitted.)
 
d_city
 
String (100)
  Receiver’s located city must be standard city name, for example “Shenzhen City”(“City” cannot be omitted.)
 
d_county
 
String (30)
  Receiver’s located county/district must be standard county/district name, for example “Futian District”(“District” cannot be omitted.)
 
j_address
 
String(150)
  Sender’s detailed address, for example, F10, Wangji Business Mansion, 11th Street, Xinzhou, Futian District, Shenzhen City, Guangdong Province,
d_tel String(23)   Receiver’s telephone number
 
3.3.4       Extended field message
None.
 
3.3.5       Application scenario XML example
²  Scenario 1
Scenario description :
RequestXML:
<Request service=”OrderFilterService” lang="zh-CN">
<Head>j_custid(customer card number ),checkwork(check code )</Head>
<Body>
<OrderFilter filter_type=”filtering type” orderid=”Order number” d_address=”Receiver’s address”>
<OrderFilterOption j_tel=”Sender’s telephonen number” j_address=”Sender’s address” d_tel=”Receiver’s telephone number”/>
</OrderFilter>
<!--...//including 5 as the maximum <OrderFiler>-->
</Body>
</Request>
 
Response  XML:
Successfully treated filtering order:
 
<Response service=”OrderFilterService”>
<Head>OK</Head>
<Body>
<OrderFilterResponse orderid=”Order number” filter_result=”Whether it can be received or delivered ” origincode=”originally-delivering place code” destcode=”Destination code ” remark=”Remark ”/>
...
</Body>
</Response>
 
Failed treated filtering order:
<Response service=”OrderFilterService”>
<Head>ERR</Head>
<ERROR code="NNN">Detailed wrong message </ERROR>
</Response>
 
3.4   Artificial filtering results push
3.4.1       Functional description
If the customer gets the feedback results of: “3-to be confirmed” through the order-filtering interface, order number is provided and apply_type=2 when filtering order, then Shunfeng system will push the artificial filtering results to customer system when completing the artificial filtering order.
 
Customer system shall provide a HTTURL meeting the following specification s, so as to benefit Shunfeng to push the artificial filtering data to the customer system.
1) Shufeng pushes data to the customer system in the way of HTTP POST;
2) Encoding format of applying method: “application/x-www-form-urlencoded; charset=UTF-8”
3) The pushed filtering results are sent to the customer system in XML format though the way of POST;
4) A POST method can push 5 filtering data at the utmost;
5) Encode XRL for the xml contents (The character set shall be UTF-8);
6) After customer system receives the requires, it shall firstly decode the received contents in URL and get the corresponding XML value. Then it obtains the corresponding filtering data.
7) After the customer system correctly processes XML information, it responds information to Shunfeng. Considering the processing efficiency, listing order push shows the success or failure of batch.
 
3.4.2       Definition of main messages at interface
Service name OrderFilterPushService Batch transaction limit <=5  
Interface type Push Protocol type HTTP
Interface method  None
Data element <Request> OrderFilterResult    
Necessary field name Type (restricted) Default value Description 
orderid String(64)    Order number; if the artificial filtering order shall be provided by Shunfeng. This order value shall be provided.
filter_result Number(2) No Filtering order results: 1. Artificial selection; 2 collectable; 3 Uncollectable
origincode String(10)   Code for originally-sending place
destcode String(10)   Destination code; if it is can be received and delivered, this item cannot be empty.
remark String(100)   1. Receiver exceeding 2. Sender exceeding 3. Other reasons
mailno String(30)   Mail transporting order number
Data elements <Response > OrderFilterResultResponse
Field name Type (restricted) Non-empty or not Description 
orderid String(4000) No Successfully received artificial filtering order number, in case of variant order number, they shall be separated by comma, for example”123,124”
orderid_error String(4000)   Unsuccessfully received artificial filtering order number, in case of variant order number, they shall be separated by comma, for example”123,124”Order number. The filtered data of this part will be regularly be-sent by Shunfeng.
 
         
 
3.4.3       Optional field message
None
 
3.4.4       Extended field message
None
 
3.4.5       Application scenario XML example
²  Scenario 1
Scenario description :
Request XML:
<Request service=”OrderFilterPushService”>
<Head>OK</Head>
<Body>
<OrderFilterResult orderid=”Order number” filter_result=”Whether it can be received or delivered ” origincode=”Original delivered place code”destCode=”Destination code ” remark=”Remark ”/>
<!--...//including 5 as the maximum <OrderFilterResult> -->
</Body>
</Request>
 
Response  XML:
Successful Response :
<Response service=”OrderFilterPushService”>
<Head>OK</Head>
</Response>
 
Failed Response :
<Response service=”OrderFilterPushService”>
<Head>ERR</Head>
<ERROR code="NNNN">Detailed wrong message </ERROR>
</Response>
 
3.5   Route inquiry
3.5.1       Function description
Provide the customer system with the function of inquiring mail order route of the Shunfeng through interface. Support the requiring functions of single or batch route. In the batch requiring, 10 mail transporting order numbers shall not be exceeded in the batch requiring. For a same batch, only a same language mail transporting route shall be allowed.
 
Route requiring interface supports two requiring methods.
1) Requiring according to mail transpiring order number: provide the customer card number and mail transpiring order number in the inquiry request; the system only verifies the affiliation relationship of customers’ card number and all request mail transporting order number and the system only returns the mail order route information with correct affiliation relationship.
2) Requiring according to mail transpiring order number: provide the customer card number and mail transpiring order number in the inquiry request; the system only verifies the affiliation relationship of customers’ card number. As for the order number with correct affiliation relationship, find out the corresponding mail transporting order number and then return the route information of order corresponding to mail transporting order number. It is suitable for the customers placing orders through enterprise service platform.
 
3.5.2       Definition of main messages at interface
Service name RouteService Batch transaction limit <=10  
Interface type Access Protocol type WEBSERVICE
Interface method  public String sfexpressService(String xml);
Data element <Request> RouteRequest    
Necessary field name Type (restricted) Default value Description 
tracking_type Number(2) 1 Description of tracking types, tracking_type field:1-Track according to mail transporting order number, track_number in order nodes will be treated as per mail transporting order number; 2-Track according to order number and the track number shall in order points shall be treated as order number.
tracking_number String(4000)   Tracking number, if tracking_type=1, then the value shall be Mail transporting order number. If tracking_type=2, then the value shall be order number ; if variant order numbers exist, they shall be separated by comma, life “123,124,125”
Data elements <Response > RouteResponse    
Field name Type (restricted) Non-empty or not Description 
mailno String(20) No Mail transporting order number
orderid String(64)   Order number
Data elements <Response > RouteResponse/Route    
Field name Type (restricted) Non-empty or not Description 
accept_time Date No Route accepting time
accept_address String(100) No Route accepting address
remark String(150) No Specific Description 
opcode String(20)   Operation code
 
3.5.3       Optional field message
None
 
3.5.4       Extended field message
None
 
3.5.5       Application scenario XML example
²  Scenario 1
Scenario description: inquire according to mail transporting order number  
Request XML:
<Request service=”RouteService” lang="zh-CN">
<Head>custid(customer card number ),checkwork(check code )</Head>
<Body>
<RouteRequest tracking_type=”tracking type ” tracking_number=”order number  1,order number  2,…,order number  n”/>
</Body>
</Request>
 
Response  XML:
Successfully inquired route:
 
<Response service=”RouteService”>
<Head>OK</Head>
<Body>
<RouteResponse mailno=”Mail transporting order number ” orderid=”Order number”>
<Route accept_time=”Route accepting time” accept_address=”Route accepting address” remark=”detailed description”
opCode=”Operation code”/>
<!--...//May including variant <Route>-->
</RouteResponse>
<!--...//Include 10 at the utmost <RouteResponse>-->
</Body>
</Response>
 
Failed route inquiry
 
<Response service=”RouteService”>
<Head>ERR</Head>
<ERROR code="NNNN">Detailed wrong message </ERROR>
</Response>
Failed response :
 
<Response service=”RouteService”>
<Head>ERR</Head>
<ERROR code="NNNN">Detailed wrong message </ERROR>
</Response>
 
3.6   Route push
 
3.6.1       Functional description
 
This interface is used to push the route information of mail transporting order regularly to the customer’s system.  The customer system is required to provide an HTTP URL meeting the following specification so as to benefit Shunfeng to push route data to the customer system. The pushing method shall be increment pushing. The route of a same mail transporting order shall not be repeatedly pushed.
 
1) Shufeng pushes data to the customer system in the way of HTTP POST;
2) Encoding format of applying method: “application/x-www-form-urlencoded; charset=UTF-8”
3) The pushed filtering results are sent to the customer system in XML format though the way of POST;
4) A POST method can push 10 filtering data at the utmost;
5) Encode XRL for the xml contents (The character set shall be UTF-8);
6) After customer system receives the inquiry, it shall firstly decode the received contents in URL and get the corresponding XML value. Then it obtains the corresponding filtering data.
7) After the customer system correctly processes XML information, it responds information to Shunfeng. Considering the processing efficiency, route push shows the success or failure of batch.
 
3.6.2       Definition of main messages at interface
Service name RoutePushService Batch transaction limit <=10  
Interface type Push Protocol type HTTP
Interface method  None
Data element <Request> WaybillRoute    
Necessary field name Type (restricted) Default value Description 
id Number(15)   Route number, each id stands for a different route.
mailno String(20) No Mail transporting order number
orderid String(64)   Order number
accept_time Date No Route accepting time
accept_address String(100) No Route accepting city
remark String(300) No Route description
opcode String(20)   Operation code
Data elements <Response > WaybillRouteResponse    
Field name Type (restricted) Non-empty or not Description 
id String(4000) No Successfully received route number, variant route numbers shall be separated by comma, like “123,124,125“
id_error String(4000) No Unsuccessfully received route number, variant route numbers shall be separated by comma, like “123,124,125“. Shunefeng will regularly send these route number.
 
3.6.3       Optional field message
None
 
3.6.4       Extended field message
None
 
3.6.5       Application scenario XML example
²  Scenario 1
Scenario description :
Request XML:
<Request service=”RoutePushService” lang="zh-CN">
<Head>custid(customer card number ),checkwork(check code )</Head>
<Body>
<WaybillRoute id=”Route number” mailno=”Mail transporting order number ” orderid=”Order number” accept_time=”Route accepting time” accept_address=”Route accepting address” remark=”Detailed description” opcode=”Operation code”/>
<!--//... 10 as the maximum value <WaybillRoute>-->
</Body>
</Request>
 
Response  XML:
<Response service=”RoutePushService”>
<Head>OK</Head>
</Response>
 
4     Appendix
4.1   Reason code table
Reason code Description Classification  
61**   Short of necessary parameters  
6101 Short of request data: indispensible items Short of necessary parameters  
6102 Sender’s company name: empty Illegal verification in key field  
6103 Sender’s contact personnel : empty    
6104 Sender’s province : empty    
6105 Sender’s city : empty    
6106 Sender’s detailed information : empty    
6107 Receiver’s company name: empty    
6108 Receiver’s contact personnel : empty    
6109 Receiver’s province : empty    
6110 Receiver’s city : empty    
6111 Receiver’s address : empty    
6112 Receiver’s country: can’t be empty    
6113 Receiver’s prince: can’t be empty    
6114 Customer’s order number must be provided.    
6115 Receiver’s located city name: can’t be empty    
6116 Receiver’s located county/district: can’t be empty    
6117 Receiver’s detailed address : can’t be empty  
6118 Order number : can’t be empty  
6119 Receiver’s contact telephone number: can’t be empty  
6120 Express type : can’t be empty  
6121 Sender’s contact telephone number: can’t be empty  
6122 Illegal filtering type  
6123 Mail transporting order number : can’t be empty  
6124 Terms of payment: can’t be empty  
6125 Producing electronic mail transporting order; cargo name can’t be empty  
6126 Illegal monthly settlement account  
6127 Value-added service name: can’t be empty  
6128 Illegal value-added value service  
8***   Function verification
8000 Illegal message parameters Invalid parameters
8001 Unauthorized IP Invalid parameters
8002 Unauthorized service (function )  
8003 Inquiring order number exceeds the maximum limit  
8004 Route inquiring number exceeds the limit.  
8005 Inquiring number exceeds the limit.  
8006 An order has been placed. Order-confirming request cannot be received  
8007 This order is confirmed. Order-confirming request cannot be received  
8008 The artificial filtering order of the order has not been confirmed. Order-confirming request cannot be received  
8009 This order cannot be received and delivered. Order-confirming request cannot be received  
8010 This order has not been filtered. Order-confirming request cannot be received  
8011 Binding relationship between the customer card number and the mail transporting order number is not established.  
8012 Binding relationship between the customer card number and the order number is not established.  
8013 Inquiring order number is not uploaded.  
8014 Incorrect check code  
8015 Mail transporting order number is not uploaded.  
8016 Repeated order placing  
8017 Unmatched order number and mail transporting order number  
8018 Unobtained order message  
8019 Conformed order  
8020 Binding relationship between the order and mail transporting order does not exist.  
8021 Customer card number: empty    
8022 Check number: empty  
8023 Service name: empty  
8024 An order has not been placed.  
8025 The service is not provided or does not exist.  
8026 Nonexistent customers  
8027 Nonexistent business template  
8028 Customers fail to configure the business.   
8029 Customers fail to configure default template.  
8030 The legal template of this time is not found.  
8031 Data error. Template is not found.  
8032 Data error. Business configuration is not found.  
8033 Data error. Business property is not found.  
8034  Repeatedly register artificial filtering result pushing.  
8035 Produce electronic mail transporting order. The mail transporting order number must be existent.  
8036 Registry of route pushing must have mail transporting number.  
     
4***   System verification
4001 System has data error or running exception.  
4002 Message analysis error  
 

Unitrans世聯(lián)翻譯公司在您身邊,離您近的翻譯公司,心貼心的專業(yè)服務(wù),專業(yè)的全球語(yǔ)言翻譯與信息解決方案供應(yīng)商,專業(yè)翻譯機(jī)構(gòu)品牌。無(wú)論在本地,國(guó)內(nèi)還是海外,我們的專業(yè)、星級(jí)體貼服務(wù),為您的事業(yè)加速!世聯(lián)翻譯公司在北京、上海、深圳等國(guó)際交往城市設(shè)有翻譯基地,業(yè)務(wù)覆蓋全國(guó)城市。每天有近百萬(wàn)字節(jié)的信息和貿(mào)易通過(guò)世聯(lián)走向全球!積累了大量政商用戶數(shù)據(jù),翻譯人才庫(kù)數(shù)據(jù),多語(yǔ)種語(yǔ)料庫(kù)大數(shù)據(jù)。世聯(lián)品牌和服務(wù)品質(zhì)已得到政務(wù)防務(wù)和國(guó)際組織、跨國(guó)公司和大中型企業(yè)等近萬(wàn)用戶的認(rèn)可。 專業(yè)翻譯公司,北京翻譯公司,上海翻譯公司,英文翻譯,日文翻譯,韓語(yǔ)翻譯,翻譯公司排行榜,翻譯公司收費(fèi)價(jià)格表,翻譯公司收費(fèi)標(biāo)準(zhǔn),翻譯公司北京,翻譯公司上海。
  • “貴司提交的稿件專業(yè)詞匯用詞準(zhǔn)確,語(yǔ)言表達(dá)流暢,排版規(guī)范, 且服務(wù)態(tài)度好。在貴司的幫助下,我司的編制周期得以縮短,稿件語(yǔ)言的表達(dá)質(zhì)量得到很大提升”

    華東建筑設(shè)計(jì)研究總院

  • “我單位是一家總部位于丹麥的高科技企業(yè),和世聯(lián)翻譯第一次接觸,心中仍有著一定的猶豫,貴司專業(yè)的譯員與高水準(zhǔn)的服務(wù),得到了國(guó)外合作伙伴的認(rèn)可!”

    世萬(wàn)保制動(dòng)器(上海)有限公司

  • “我公司是一家荷蘭駐華分公司,主要致力于行為學(xué)研究軟件、儀器和集成系統(tǒng)的開發(fā)和銷售工作,所需翻譯的英文說(shuō)明書專業(yè)性強(qiáng),翻譯難度較大,貴司總能提供優(yōu)質(zhì)的服務(wù)。”

    諾達(dá)思(北京)信息技術(shù)有限責(zé)任公司

  • “為我司在東南亞地區(qū)的業(yè)務(wù)開拓提供小語(yǔ)種翻譯服務(wù)中,翻譯稿件格式美觀整潔,能最大程度的還原原文的樣式,同時(shí)翻譯質(zhì)量和速度也得到我司的肯定和好評(píng)!”

    上海大眾

  • “在此之前,我們公司和其他翻譯公司有過(guò)合作,但是翻譯質(zhì)量實(shí)在不敢恭維,所以當(dāng)我認(rèn)識(shí)劉穎潔以后,對(duì)她的專業(yè)性和貴公司翻譯的質(zhì)量非常滿意,隨即簽署了長(zhǎng)期合作合同!

    銀泰資源股份有限公司

  • “我行自2017年與世聯(lián)翻譯合作,合作過(guò)程中十分愉快。特別感謝Jasmine Liu, 態(tài)度熱情親切,有耐心,對(duì)我行提出的要求落實(shí)到位,體現(xiàn)了非常高的專業(yè)性。”

    南洋商業(yè)銀行

  • “與我公司對(duì)接的世聯(lián)翻譯客服經(jīng)理,可以及時(shí)對(duì)我們的要求進(jìn)行反饋,也會(huì)盡量滿足我們臨時(shí)緊急的文件翻譯要求。熱情周到的服務(wù)給我們留下深刻印象!”

    黑龍江飛鶴乳業(yè)有限公司

  • “翻譯金融行業(yè)文件各式各樣版式復(fù)雜,試譯多家翻譯公司,后經(jīng)過(guò)比價(jià)、比服務(wù)、比質(zhì)量等流程下來(lái),最終敲定了世聯(lián)翻譯。非常感謝你們提供的優(yōu)質(zhì)服務(wù)!

    國(guó)金證券股份有限公司

  • “我司所需翻譯的資料專業(yè)性強(qiáng),涉及面廣,翻譯難度大,貴司總能提供優(yōu)質(zhì)的服務(wù)。在一次業(yè)主單位對(duì)完工資料質(zhì)量的抽查中,我司因?yàn)槎砦姆g質(zhì)量過(guò)關(guān)而受到了好評(píng)!

    中辰匯通科技有限責(zé)任公司

  • “我司在2014年與貴公司建立合作關(guān)系,貴公司的翻譯服務(wù)質(zhì)量高、速度快、態(tài)度好,贏得了我司各部門的一致好評(píng)。貴司經(jīng)理工作認(rèn)真踏實(shí),特此致以誠(chéng)摯的感謝!”

    新華聯(lián)國(guó)際置地(馬來(lái)西亞)有限公司

  • “我們需要的翻譯人員,不論是筆譯還是口譯,都需要具有很強(qiáng)的專業(yè)性,貴公司的德文翻譯稿件和現(xiàn)場(chǎng)的同聲傳譯都得到了我公司和合作伙伴的充分肯定!

    西馬遠(yuǎn)東醫(yī)療投資管理有限公司

  • “在這5年中,世聯(lián)翻譯公司人員對(duì)工作的認(rèn)真、負(fù)責(zé)、熱情、周到深深的打動(dòng)了我。不僅譯件質(zhì)量好,交稿時(shí)間及時(shí),還能在我司資金周轉(zhuǎn)緊張時(shí)給予體諒!

    華潤(rùn)萬(wàn)東醫(yī)療裝備股份有限公司

  • “我公司與世聯(lián)翻譯一直保持著長(zhǎng)期合作關(guān)系,這家公司報(bào)價(jià)合理,質(zhì)量可靠,效率又高。他們翻譯的譯文發(fā)到國(guó)外公司,對(duì)方也很認(rèn)可。”

    北京世博達(dá)科技發(fā)展有限公司

  • “貴公司翻譯的譯文質(zhì)量很高,語(yǔ)言表達(dá)流暢、排版格式規(guī)范、專業(yè)術(shù)語(yǔ)翻譯到位、翻譯的速度非?臁⒑笃诜⻊(wù)熱情。我司翻譯了大量的專業(yè)文件,經(jīng)過(guò)長(zhǎng)久合作,名副其實(shí),值得信賴!

    北京塞特雷特科技有限公司

  • “針對(duì)我們農(nóng)業(yè)科研論文寫作要求,盡量尋找專業(yè)對(duì)口的專家為我提供翻譯服務(wù),最后又按照學(xué)術(shù)期刊的要求,提供潤(rùn)色原稿和相關(guān)的證明文件。非常感謝世聯(lián)翻譯公司!”

    中國(guó)農(nóng)科院

  • “世聯(lián)的客服經(jīng)理態(tài)度熱情親切,對(duì)我們提出的要求都落實(shí)到位,回答我們的問(wèn)題也非常有耐心。譯員十分專業(yè),工作盡職盡責(zé),獲得與其共事的公司總部同事們的一致高度認(rèn)可!

    格萊姆公司

  • “我公司與馬來(lái)西亞政府有相關(guān)業(yè)務(wù)往來(lái),急需翻譯項(xiàng)目報(bào)備材料。在經(jīng)過(guò)對(duì)各個(gè)翻譯公司的服務(wù)水平和質(zhì)量的權(quán)衡下,我們選擇了世聯(lián)翻譯公司。翻譯很成功,公司領(lǐng)導(dǎo)非常滿意!

    北京韜盛科技發(fā)展有限公司

  • “客服經(jīng)理能一貫熱情負(fù)責(zé)的完成每一次翻譯工作的組織及溝通。為客戶與譯員之間搭起順暢的溝通橋梁。能協(xié)助我方建立專業(yè)詞庫(kù),并向譯員準(zhǔn)確傳達(dá)落實(shí),準(zhǔn)確及高效的完成統(tǒng)一風(fēng)格!

    HEURTEY PETROCHEM法國(guó)赫銻石化

  • “貴公司與我社對(duì)翻譯項(xiàng)目進(jìn)行了幾次詳細(xì)的會(huì)談,期間公司負(fù)責(zé)人和廖小姐還親自來(lái)我社拜訪,對(duì)待工作熱情,專業(yè)度高,我們雙方達(dá)成了很好的共識(shí)。對(duì)貴公司的服務(wù)給予好評(píng)!”

    東華大學(xué)出版社

  • “非常感謝世聯(lián)翻譯!我們對(duì)此次緬甸語(yǔ)訪談翻譯項(xiàng)目非常滿意,世聯(lián)在充分了解我司項(xiàng)目的翻譯意圖情況下,即高效又保質(zhì)地完成了譯文!

    上海奧美廣告有限公司

  • “在合作過(guò)程中,世聯(lián)翻譯保質(zhì)、保量、及時(shí)的完成我們交給的翻譯工作?蛻艚(jīng)理工作積極,服務(wù)熱情、周到,能全面的了解客戶的需求,在此表示特別的感謝!

    北京中唐電工程咨詢有限公司

  • “我們通過(guò)圖書翻譯項(xiàng)目與你們相識(shí)乃至建立友誼,你們報(bào)價(jià)合理、服務(wù)細(xì)致、翻譯質(zhì)量可靠。請(qǐng)?jiān)试S我們借此機(jī)會(huì)向你們表示衷心的感謝!”

    山東教育出版社

  • “很滿意世聯(lián)的翻譯質(zhì)量,交稿準(zhǔn)時(shí),中英互譯都比較好,措辭和句式結(jié)構(gòu)都比較地道,譯文忠實(shí)于原文。TNC是一家國(guó)際環(huán)保組織,發(fā)給我們美國(guó)總部的同事后,他們反應(yīng)也不錯(cuò)!

    TNC大自然保護(hù)協(xié)會(huì)

  • “原英國(guó)首相布萊爾來(lái)訪,需要非常專業(yè)的同聲傳譯服務(wù),因是第一次接觸,心中仍有著一定的猶豫,但是貴司專業(yè)的譯員與高水準(zhǔn)的服務(wù),給我們留下了非常深刻的印象!

    北京師范大學(xué)壹基金公益研究院

  • “在與世聯(lián)翻譯合作期間,世聯(lián)秉承著“上善若水、厚德載物”的文化理念,以上乘的品質(zhì)和質(zhì)量,信守對(duì)客戶的承諾,出色地完成了我公司交予的翻譯工作!

    國(guó)科創(chuàng)新(北京)信息咨詢中心

  • “由于項(xiàng)目要求時(shí)間相當(dāng)緊湊,所以世聯(lián)在保證質(zhì)量的前提下,盡力按照時(shí)間完成任務(wù)。使我們?cè)谑啦⿻?huì)俄羅斯館日活動(dòng)中準(zhǔn)備充足,并受到一致好評(píng)。”

    北京華國(guó)之窗咨詢有限公司

  • “貴公司針對(duì)客戶需要,挑選優(yōu)秀的譯員承接項(xiàng)目,翻譯過(guò)程客戶隨時(shí)查看中途稿,并且與客戶溝通術(shù)語(yǔ)方面的知識(shí),能夠更準(zhǔn)確的了解到客戶的需求,確保稿件高質(zhì)量!

    日工建機(jī)(北京)國(guó)際進(jìn)出口有限公司

15801211926

18017395793
點(diǎn)擊添加微信

無(wú)需轉(zhuǎn)接等回電

上蔡县| 济南市| 崇明县| 乳山市| 上蔡县| 雅江县| 崇义县| 大名县| 泰州市| 闽清县| 彭阳县| 芜湖县| 湄潭县| 垦利县| 尖扎县| 金门县| 巴马| 安徽省| 东台市| 永丰县| 铁岭县| 澎湖县| 沽源县| 康定县| 镇宁| 广饶县| 嘉兴市| 武安市| 尚志市| 拉孜县| 通渭县| 永年县| 喜德县| 千阳县| 佛教| 西吉县| 泽普县| 泽库县| 彭阳县| 巩义市| 苏尼特左旗|