Class CancelDocumentEditingRequest
- Namespace
- BoldSign.Api.Model.EditDocument
- Assembly
- BoldSign.Api.dll
Cancel edit document request.
[DataContract(Name = "CancelDocumentEditingRequest")]
public class CancelDocumentEditingRequest
- Inheritance
-
CancelDocumentEditingRequest
- Inherited Members
Properties
DocumentId
Gets or sets the document id.
[JsonProperty("documentId")]
public string DocumentId { get; set; }
Property Value
OnBehalfOf
Gets or sets the on behalf of email address. The property is used to get or set the on behalf of sender email address.
[JsonProperty("onBehalfOf")]
public string OnBehalfOf { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.