Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

基准URL: /smartfin/api/v1/phy_trade_app

批准 / 拒绝合同审批

...

POST/smartfin/api/v1/phy_trade_oa/action

...

JSON 主体:

Code Block
languagejson
{
   "update_rows":[ 
        {
            "phy_trade_id": 103448,
            "appis_statusapprove": 2true
        
        },
        {
            "phy_trade_id": 103444,
            "appis_statusapprove": 5true
        }
    ]
}

请求架构

...

响应 (成功):

Code Block
{
    "error_code": 0,
    "value": "SUCCESS"
}

...