Class PrefillFieldRequest
Pre fill field request.
Inheritance
System.Object
PrefillFieldRequest
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class PrefillFieldRequest : object
Constructors
| Improve this Doc View SourcePrefillFieldRequest(String)
Initializes a new instance of the PrefillFieldRequest class.
Declaration
public PrefillFieldRequest(string documentId)
Parameters
Type | Name | Description |
---|---|---|
System.String | documentId | Gets or sets the document id. |
Properties
| Improve this Doc View SourceDocumentId
Gets or sets the document Id.
Declaration
public string DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the document id. |
Fields
Gets or sets the form field ID.
Declaration
public List<PrefillField> Fields { get; set; }
Property Value
Type | Description |
---|---|
List<PrefillField> |
OnBehalfOf
Gets or sets the on behalf of user.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |