基本信息

Item Info
URL /nsc/v1/invoice/batch-resend
Method POST

参数说明

  • 其他必传参数请参考接口规范
参数名 必选 类型 说明
channel string 渠道,系统会对 channel 和 app_id 做相关性校验
user_id string 用户名,nio 用户传入
channel_user_id string 渠道用户名,企业对接必传
items list 需要重推邮箱的订单,必须包含项目
--order_id string 订单 ID
--email string 邮箱地址

注意:user_id和channel_user_id必传只传其一

{
    "items": [
        {
            "order_id": "823317091212308300",
            "email": "asdfg.cheng@nio.com"
        }
    ]
}

返回示例

{  
   "result_code":"success",
   "debug_msg":"success",
   "display_msg":"success",
   "request_id":"0a7d9161ivvxqxry-164",
   "server_time":1518143886
}

返回参数说明

参数名 类型 说明
request_id string 见 API 规范
result_code string 见 API 规范
debug_msg string 见 API 规范
display_msg string 见 API 规范
server_time long 见 API 规范

results matching ""

    No results matching ""