Allow Specification of Signer Assignment in Create Box Sign request API
When creating a Box Sign request currently, the user is limited to setting "isdocumentpreparationneeded": true if they want to assign people to specific fields. The API can be enhanced to allow the API caller to specify which signer is assigned to which field. I imagine it would be similar to the "prefilltags" feature of the API. You can specify which field you want to prefill based on the "documenttagid" (reference image below). It can be similar to this but instead you map the email of the person to the field they are assigned to.
In short, the API allows the caller to:
- Specify which fields a signer must fill out, based on the template.
- Not require document preparation so the process can be more automated.