{ "contractNumber": "1682022101211" }
curl --location --request POST 'https://oc-test.onecontract-cloud.com/api/hitf/v2/rest/async/invoke/CONTRACT_ARCHIVE_CANCEL' \ --header 'Authorization: bearer eb2446a6-93f9-456b-b713-5cb6f6adf765' \ --header 'Content-Type: application/json' \ --data-raw '{ "contractNumber": "1682022101211" }'
{ "code": "600014", "data": { "subCode": "600014", "subMessage": "该合同归档状态不是已确认" }, "message": "该合同归档状态不是已确认" }