订单API> 订单修改Order modify

接口说明 Interface description

提供方:携程

调用方: 供应商

当订单在修改提交后供应商需异步确认进行操作(接受、拒绝),可通过此接口回传供应商的最终确认结果给到携程。不接受同批次的修改推送多次不同操作(接受、拒绝)结果给到携程。

Provider: ctrip

Caller: supplier

After an order is modify, supplier needs to operate orders (accept or reject) after checking asynchronously, the final confirmation result of supplier can be returned to Ctrip through this interface. Ctrip does not accept multiple modify operations(acception/rejection) from the same batch.

{
	"header":{
		"accountId":"supplier001",
		"serviceName":"EditOrderConfirm",
		"requestTime":"2018-10-10 10:10:00",
		"version":"1.0",
		"sign":"d928d3fefa3b954727ce7b039991e2fb"
	},
	"body":{
                "sequenceId":"20171010abcd95774f17c3e354e73f7aaf21b5ec",
                "otaOrderId":"123456",
                "supplierOrderId":"100001",
                "confirmResultCode":"0000",
                "confirmResultMessage":"修改成功",
                "items":[{
                    "itemId":"123456"
                }]
	}
}
          
{
	"header":{
		"resultCode":"0000",
		"resultMessage":"操作成功"
	}
}
          

携程接口返回码The return code of Ctrip's interface