Create review rule, need to call some prerequisite interfaces before calling this interface.
Prerequisite interface: /api/app-api/sip/platform/v2/review/listExecuteTasksByFileBatchNo
Purpose: Get all classification IDs under the batch
Key return result field: taskClassificationIdNo (classification ID)
Prerequisite interface: /api/app-api/sip/platform/v2/review/listModelFieldInfoByClassificationIdNoList
Purpose: Get field information under the classification
Key return result field:
- id: same meaning as fieldId
- fieldName, blockType: distinguish between regular fields and table fields
- classificationIdNo: distinguish which classification the field belongs to
- tableIdNo: table ID, if the field is a table field
- tableName: table name, if the field is a table field
x-ti-app-id
"1234abcd"
x-ti-secret-code
"1234abcd"
Create rule ReqVO
OK
The response is of type object
.