Table of Contents

Class PrefillFieldRequest

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

Pre fill field request.

[DataContract]
public class PrefillFieldRequest
Inheritance
PrefillFieldRequest
Inherited Members

Constructors

PrefillFieldRequest(string)

Initializes a new instance of the PrefillFieldRequest class.

public PrefillFieldRequest(string documentId)

Parameters

documentId string

Gets or sets the document id.

Properties

DocumentId

Gets or sets the document Id.

[DataMember(Name = "documentId", EmitDefaultValue = true)]
public string DocumentId { get; set; }

Property Value

string

Gets or sets the document id.

Fields

Gets or sets the form field ID.

[DataMember(Name = "fields", EmitDefaultValue = true)]
public List<PrefillField> Fields { get; set; }

Property Value

List<PrefillField>

OnBehalfOf

Gets or sets the on behalf of user.

[DataMember(Name = "onBehalfOf", EmitDefaultValue = true)]
public string OnBehalfOf { get; set; }

Property Value

string