English
Fx.sign
About 208 wordsLess than 1 minute
2026-01-09
Table of Contents
Summary
The overview of this document is as follows: This document introduces the API definitions of Fx.sign, usage methods, and related notes.
1. urgeSign Urge to Sign
Fx.sign.urgeSign()
Reference Interface
- Reference guide: UrgeSignArg
2. cancelSignTask Cancel E-Signature
Revoke e-signature
Fx.sign.cancelSignTask()
Reference Interface
- Reference guide: CancelSignTaskArg
Reference object com.facishare.sign.controller.model.arg.CancelSignTaskArg
Field description
Field examples
{
"objectId": "xxx_id",
"remark": "xx reason"
}Reference object com.facishare.sign.controller.model.arg.UrgeSignArg
Field description
Field examples
{
"id": "xxx_id"
}Changelog
| Version | Date | Changes | Author |
|---|---|---|---|
| v1.0 | 2026-05-20 | Initial version |
Background
This document provides detailed information about the Fx.sign API functionality and usage, helping developers integrate relevant capabilities.
Applicable Scenarios
Specific applicable scenarios are determined by actual business needs. Developers can select the appropriate API for integration as required.
Prerequisites
- Access to Fxiaoke Open Platform
- Application authorization and configuration completed
- Basic knowledge of relevant business domain
Steps
Please refer to the detailed instructions for each API.
Notes
- Ensure prerequisites are met before calling APIs
- Pay attention to API call frequency limits
- Refer to error code documentation for exception handling
Compatibility note: This version currently has no deprecated or compatibility notes.
