Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

接口说明:

URL
http://test.birdsystem.com/client/Consignment/Batch-Update-Status/

接口功能
修改到"待处理"

支持格式JSON开发人员
请求方式POST发布日期

...

参数必选说明类型
idsY需要修改订单状态的的订单ID(与sales_references, custom_identity_reference三选一)VARCHAR(255)
statusY订单状态VARCHAR(10)
sales_referencesY销售跟踪号(与ids, custom_identity_reference三选一)VARCHAR(255)
custom_identity_referencesY客户唯一识别码(与ids, sales_references三选一)VARCHAR(255)

...

content-type

application/json

api_key

248ccb90dff2b99465b54c113765360c

company_id

36

接口请求参数

Code Block
languagexml
title#接口请求示例
linenumberstrue
collapsetrue
-H 'content-type: application/json
-H 'ids{"ids": 2012090360000378,
-H '"status": "PENDING
"}

接口返回示例:

Code Block
languagexml
title接口返回示例
linenumberstrue
collapsetrue
{
    "success": true,
    "refresh": false,
    "moduleName": "client"
}

...