Class ApiRequest
The recipient details model.
Inheritance
System.Object
ApiRequest
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class ApiRequest : object
Constructors
| Improve this Doc View SourceApiRequest(String, List<KeyValuePair<String, String>>, Object, Dictionary<String, String>, Dictionary<String, String>, Dictionary<String, List<IDocumentFile>>, String, Dictionary<String, Uri>)
Initializes a new instance of the ApiRequest class.
Declaration
public ApiRequest(string localVarPath = null, List<KeyValuePair<string, string>> localVarQueryParams = null, object localVarPostBody = null, Dictionary<string, string> localVarHeaderParams = null, Dictionary<string, string> localVarFormParams = null, Dictionary<string, List<IDocumentFile>> localVarFileParams = null, string localVarHttpContentType = null, Dictionary<string, Uri> localVarFileUrlParams = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | localVarPath | The request path . |
List<KeyValuePair<System.String, System.String>> | localVarQueryParams | The query params . |
System.Object | localVarPostBody | The post body value. |
Dictionary<System.String, System.String> | localVarHeaderParams | The header params. |
Dictionary<System.String, System.String> | localVarFormParams | The form params. |
Dictionary<System.String, List<IDocumentFile>> | localVarFileParams | The file params. |
System.String | localVarHttpContentType | The content type. |
Dictionary<System.String, Uri> | localVarFileUrlParams | The file url params. |
Properties
| Improve this Doc View SourceLocalVarFileParams
Gets or sets the file params.
Declaration
public Dictionary<string, List<IDocumentFile>> LocalVarFileParams { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, List<IDocumentFile>> |
LocalVarFileUrlParams
Gets or sets the file url params.
Declaration
public Dictionary<string, Uri> LocalVarFileUrlParams { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, Uri> |
LocalVarFormParams
Gets or sets the form params .
Declaration
public Dictionary<string, string> LocalVarFormParams { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.String> | Gets the value of form params . |
LocalVarHeaderParams
Gets or sets the header params .
Declaration
public Dictionary<string, string> LocalVarHeaderParams { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.String> | Gets the value of header params . |
LocalVarHttpContentType
Gets or sets the content type.
Declaration
public string LocalVarHttpContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalVarPath
Gets or sets the path.
Declaration
public string LocalVarPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the path. |
LocalVarPostBody
Gets or sets the post body .
Declaration
public object LocalVarPostBody { get; set; }
Property Value
Type | Description |
---|---|
System.Object | Gets the value of post body . |
LocalVarQueryParams
Gets or sets the query parameters.
Declaration
public List<KeyValuePair<string, string>> LocalVarQueryParams { get; set; }
Property Value
Type | Description |
---|---|
List<KeyValuePair<System.String, System.String>> | Gets the query parameters. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |