订单API> 订单凭证发送Order voucher sending

接口说明 Interface description

提供方:供应商

调用方: 携程

当凭证短信是供应商处发时,需要提供该接口。当客人需要进行凭证重发时,携程将调用该接口进行重发凭证给客人。

供应商接口返回码:务必优先匹配携程提供的标准错误码,并返回真实的失败原因(重要)。

Provider: supplier

Caller: ctrip

This interface is provided if the voucher is sent by supplier. Ctrip will use this interface to reissue the voucher to the customer who needs to regain the voucher.

The returne code of supplier's interface: Be sure to match the standard error code provided by Ctrip first, and return the real failure reason (Important).

{
	"header": {
		"accountId": "xiecheng",
		"serviceName": "SendVoucher",
		"requestTime": "2017-01-05 10:00:00",
		"version": "1.0",
		"sign": "fe1e9e3b450ab5eeba05f864acf1d7fa"
	},
	"body": {
		"sequenceId": "20171010abcd95774f17c3e354e73f7aaf21b5ec",
		"otaOrderId": "123456",
		"supplierOrderId": "10001",
		"mobile": "13011111111",
		"intlCode": "",
		"email": "test@ctrip.com"
	}
}
          
{
	"header": {
		"resultCode": "0000",
		"resultMessage": "处理成功"
	}
}
          

供应商接口返回码The returne code of supplier's interface