简体中文
cURL
curl -X POST \ -H 'x-ti-app-id: 1234567890' \ -H 'x-ti-secret-code: 1234567890' \ -d '[{"workspace_id": "1234567890", "file_id": "202412190001", "data": {"fields": [{"key": "发票代码", "value": "3100231130"}]}}]' \ 'https://docflow.textin.com/api/app-api/sip/platform/v2/file/update'
{ "code": 200, "message": "<string>", "result": { "files": [ { "workspace_id": 1234567890, "id": 202412190001 } ] } }
更新文件处理结果。通常用于人工审核校对后,上传修改后的key-value,覆盖自动识别的结果。
The body is of type object[].
object[]
成功更新文件处理结果
The response is of type object.
object