POST
/
api
/
app-api
/
sip
/
platform
/
v2
/
file
/
update
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": "Invoice Code", "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
      }
    ]
  }
}

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Body

application/json · object[]

The body is of type object[].

Response

200 - application/json

Successfully updated file processing result

The response is of type object.