diff --git a/misc/BreCalApi.cs b/misc/BreCalApi.cs
index e849a38..73c7497 100644
--- a/misc/BreCalApi.cs
+++ b/misc/BreCalApi.cs
@@ -7,13 +7,13 @@
//----------------------
-using BreCalClient.......misc.Client;
-using BreCalClient.......misc.Model;
+using BreCalClient.misc.Client;
+using BreCalClient.misc.Model;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
-using OpenAPIDateConverter = BreCalClient.......misc.Client.OpenAPIDateConverter;
+using OpenAPIDateConverter = BreCalClient.misc.Client.OpenAPIDateConverter;
using Polly;
using RestSharp;
using RestSharp.Serializers;
@@ -48,7 +48,7 @@ using System.Threading.Tasks;
* Contact: info@textbausteine.net
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-namespace BreCalClient.......misc.Api
+namespace BreCalClient.misc.Api
{
///
/// Represents a collection of functions to interact with the API endpoints
@@ -59,7 +59,7 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of all berths registered
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// List<Berth>
List BerthsGet(int operationIndex = 0);
@@ -69,14 +69,14 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of List<Berth>
ApiResponse> BerthsGetWithHttpInfo(int operationIndex = 0);
///
/// Returns a JWT session token and user data if successful
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Login credentials
/// Index associated with the operation.
/// LoginResult
@@ -87,7 +87,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Login credentials
/// Index associated with the operation.
/// ApiResponse of LoginResult
@@ -95,7 +95,7 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of notifications pursuant to a specified participant and ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id returned through loading of participant
/// **Id of ship call**. *Example: 52*. Id given in ship call list
/// Index associated with the operation.
@@ -107,7 +107,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id returned through loading of participant
/// **Id of ship call**. *Example: 52*. Id given in ship call list
/// Index associated with the operation.
@@ -116,7 +116,7 @@ namespace BreCalClient.......misc.Api
///
/// gets a particular participant entry corresponding to user id
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of user**. *Example: 2*. User id returned by verify call.
/// Index associated with the operation.
/// Participant
@@ -127,7 +127,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of user**. *Example: 2*. User id returned by verify call.
/// Index associated with the operation.
/// ApiResponse of Participant
@@ -135,7 +135,7 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of ship calls
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls
/// Index associated with the operation.
/// List<Shipcall>
@@ -146,7 +146,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls
/// Index associated with the operation.
/// ApiResponse of List<Shipcall>
@@ -154,7 +154,7 @@ namespace BreCalClient.......misc.Api
///
/// Create a new ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. **Do not** provide id parameter.
/// Index associated with the operation.
///
@@ -165,7 +165,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. **Do not** provide id parameter.
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -173,7 +173,7 @@ namespace BreCalClient.......misc.Api
///
/// Updates a ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. The id parameter is **required**.
/// Index associated with the operation.
///
@@ -184,7 +184,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. The id parameter is **required**.
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -192,7 +192,7 @@ namespace BreCalClient.......misc.Api
///
/// gets a list of registered shipcalls
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// List<Ship>
List ShipsGet(int operationIndex = 0);
@@ -202,14 +202,14 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of List<Ship>
ApiResponse> ShipsGetWithHttpInfo(int operationIndex = 0);
///
/// Delete a times entry for a ship call.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
///
@@ -220,7 +220,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -228,7 +228,7 @@ namespace BreCalClient.......misc.Api
///
/// Get all recorded times for a a ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id**. *Example: 42*. Id of referenced ship call. (optional)
/// Index associated with the operation.
/// List<Times>
@@ -239,7 +239,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id**. *Example: 42*. Id of referenced ship call. (optional)
/// Index associated with the operation.
/// ApiResponse of List<Times>
@@ -247,7 +247,7 @@ namespace BreCalClient.......misc.Api
///
/// Create a new times entry for a ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Times entry that will be added to the ship call. **Do not** provide id parameter.
/// Index associated with the operation.
///
@@ -258,7 +258,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Times entry that will be added to the ship call. **Do not** provide id parameter.
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -266,7 +266,7 @@ namespace BreCalClient.......misc.Api
///
/// Update a times entry for a ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Times entry that will be added to the ship call. The id parameter is **required**.
/// Index associated with the operation.
///
@@ -277,7 +277,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Times entry that will be added to the ship call. The id parameter is **required**.
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -296,7 +296,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<Berth>
@@ -307,7 +307,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Berth>)
@@ -318,7 +318,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Login credentials
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -330,7 +330,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Login credentials
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -342,7 +342,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id returned through loading of participant
/// **Id of ship call**. *Example: 52*. Id given in ship call list
/// Index associated with the operation.
@@ -355,7 +355,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id returned through loading of participant
/// **Id of ship call**. *Example: 52*. Id given in ship call list
/// Index associated with the operation.
@@ -368,7 +368,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of user**. *Example: 2*. User id returned by verify call.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -380,7 +380,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of user**. *Example: 2*. User id returned by verify call.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -392,7 +392,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -404,7 +404,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -416,7 +416,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. **Do not** provide id parameter.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -428,7 +428,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. **Do not** provide id parameter.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -440,7 +440,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. The id parameter is **required**.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -452,7 +452,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. The id parameter is **required**.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -464,7 +464,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<Ship>
@@ -475,7 +475,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Ship>)
@@ -486,7 +486,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -498,7 +498,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -510,7 +510,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id**. *Example: 42*. Id of referenced ship call. (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -522,7 +522,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id**. *Example: 42*. Id of referenced ship call. (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -534,7 +534,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Times entry that will be added to the ship call. **Do not** provide id parameter.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -546,7 +546,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Times entry that will be added to the ship call. **Do not** provide id parameter.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -558,7 +558,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Times entry that will be added to the ship call. The id parameter is **required**.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -570,7 +570,7 @@ namespace BreCalClient.......misc.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Times entry that will be added to the ship call. The id parameter is **required**.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -589,7 +589,7 @@ namespace BreCalClient.......misc.Api
///
public partial class DefaultApi : IDefaultApi
{
- private BreCalClient.......misc.Client.ExceptionFactory _exceptionFactory = (name, response) => null;
+ private BreCalClient.misc.Client.ExceptionFactory _exceptionFactory = (name, response) => null;
///
/// Initializes a new instance of the class.
///
@@ -603,13 +603,13 @@ namespace BreCalClient.......misc.Api
///
public DefaultApi(string basePath)
{
- this.Configuration = BreCalClient.......misc.Client.Configuration.MergeConfigurations(
- BreCalClient.......misc.Client.GlobalConfiguration.Instance,
- new BreCalClient.......misc.Client.Configuration { BasePath = basePath }
+ this.Configuration = BreCalClient.misc.Client.Configuration.MergeConfigurations(
+ BreCalClient.misc.Client.GlobalConfiguration.Instance,
+ new BreCalClient.misc.Client.Configuration { BasePath = basePath }
);
- this.Client = new BreCalClient.......misc.Client.ApiClient(this.Configuration.BasePath);
- this.AsynchronousClient = new BreCalClient.......misc.Client.ApiClient(this.Configuration.BasePath);
- this.ExceptionFactory = BreCalClient.......misc.Client.Configuration.DefaultExceptionFactory;
+ this.Client = new BreCalClient.misc.Client.ApiClient(this.Configuration.BasePath);
+ this.AsynchronousClient = new BreCalClient.misc.Client.ApiClient(this.Configuration.BasePath);
+ this.ExceptionFactory = BreCalClient.misc.Client.Configuration.DefaultExceptionFactory;
}
///
/// Initializes a new instance of the class
@@ -617,16 +617,16 @@ namespace BreCalClient.......misc.Api
///
/// An instance of Configuration
///
- public DefaultApi(BreCalClient.......misc.Client.Configuration configuration)
+ public DefaultApi(BreCalClient.misc.Client.Configuration configuration)
{
if (configuration == null) throw new ArgumentNullException("configuration");
- this.Configuration = BreCalClient.......misc.Client.Configuration.MergeConfigurations(
- BreCalClient.......misc.Client.GlobalConfiguration.Instance,
+ this.Configuration = BreCalClient.misc.Client.Configuration.MergeConfigurations(
+ BreCalClient.misc.Client.GlobalConfiguration.Instance,
configuration
);
- this.Client = new BreCalClient.......misc.Client.ApiClient(this.Configuration.BasePath);
- this.AsynchronousClient = new BreCalClient.......misc.Client.ApiClient(this.Configuration.BasePath);
- ExceptionFactory = BreCalClient.......misc.Client.Configuration.DefaultExceptionFactory;
+ this.Client = new BreCalClient.misc.Client.ApiClient(this.Configuration.BasePath);
+ this.AsynchronousClient = new BreCalClient.misc.Client.ApiClient(this.Configuration.BasePath);
+ ExceptionFactory = BreCalClient.misc.Client.Configuration.DefaultExceptionFactory;
}
///
/// Initializes a new instance of the class
@@ -635,7 +635,7 @@ namespace BreCalClient.......misc.Api
/// The client interface for synchronous API access.
/// The client interface for asynchronous API access.
/// The configuration object.
- public DefaultApi(BreCalClient.......misc.Client.ISynchronousClient client, BreCalClient.......misc.Client.IAsynchronousClient asyncClient, BreCalClient.......misc.Client.IReadableConfiguration configuration)
+ public DefaultApi(BreCalClient.misc.Client.ISynchronousClient client, BreCalClient.misc.Client.IAsynchronousClient asyncClient, BreCalClient.misc.Client.IReadableConfiguration configuration)
{
if (client == null) throw new ArgumentNullException("client");
if (asyncClient == null) throw new ArgumentNullException("asyncClient");
@@ -643,16 +643,16 @@ namespace BreCalClient.......misc.Api
this.Client = client;
this.AsynchronousClient = asyncClient;
this.Configuration = configuration;
- this.ExceptionFactory = BreCalClient.......misc.Client.Configuration.DefaultExceptionFactory;
+ this.ExceptionFactory = BreCalClient.misc.Client.Configuration.DefaultExceptionFactory;
}
///
/// The client for accessing this underlying API asynchronously.
///
- public BreCalClient.......misc.Client.IAsynchronousClient AsynchronousClient { get; set; }
+ public BreCalClient.misc.Client.IAsynchronousClient AsynchronousClient { get; set; }
///
/// The client for accessing this underlying API synchronously.
///
- public BreCalClient.......misc.Client.ISynchronousClient Client { get; set; }
+ public BreCalClient.misc.Client.ISynchronousClient Client { get; set; }
///
/// Gets the base path of the API client.
///
@@ -665,11 +665,11 @@ namespace BreCalClient.......misc.Api
/// Gets or sets the configuration object
///
/// An instance of the Configuration
- public BreCalClient.......misc.Client.IReadableConfiguration Configuration { get; set; }
+ public BreCalClient.misc.Client.IReadableConfiguration Configuration { get; set; }
///
/// Provides a factory method hook for the creation of exceptions.
///
- public BreCalClient.......misc.Client.ExceptionFactory ExceptionFactory
+ public BreCalClient.misc.Client.ExceptionFactory ExceptionFactory
{
get
{
@@ -684,35 +684,35 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of all berths registered
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// List<Berth>
public List BerthsGet(int operationIndex = 0)
{
- BreCalClient.......misc.Client.ApiResponse> localVarResponse = BerthsGetWithHttpInfo();
+ BreCalClient.misc.Client.ApiResponse> localVarResponse = BerthsGetWithHttpInfo();
return localVarResponse.Data;
}
///
/// Gets a list of all berths registered
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of List<Berth>
- public BreCalClient.......misc.Client.ApiResponse> BerthsGetWithHttpInfo(int operationIndex = 0)
+ public BreCalClient.misc.Client.ApiResponse> BerthsGetWithHttpInfo(int operationIndex = 0)
{
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
// to determine the Accept header
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -739,37 +739,37 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of all berths registered
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<Berth>
public async System.Threading.Tasks.Task> BerthsGetAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.ApiResponse> localVarResponse = await BerthsGetWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
+ BreCalClient.misc.Client.ApiResponse> localVarResponse = await BerthsGetWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Gets a list of all berths registered
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Berth>)
- public async System.Threading.Tasks.Task>> BerthsGetWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> BerthsGetWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
// to determine the Accept header
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -796,30 +796,30 @@ namespace BreCalClient.......misc.Api
///
/// Returns a JWT session token and user data if successful
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Login credentials
/// Index associated with the operation.
/// LoginResult
public LoginResult LoginPost(Credentials credentials, int operationIndex = 0)
{
- BreCalClient.......misc.Client.ApiResponse localVarResponse = LoginPostWithHttpInfo(credentials);
+ BreCalClient.misc.Client.ApiResponse localVarResponse = LoginPostWithHttpInfo(credentials);
return localVarResponse.Data;
}
///
/// Returns a JWT session token and user data if successful
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Login credentials
/// Index associated with the operation.
/// ApiResponse of LoginResult
- public BreCalClient.......misc.Client.ApiResponse LoginPostWithHttpInfo(Credentials credentials, int operationIndex = 0)
+ public BreCalClient.misc.Client.ApiResponse LoginPostWithHttpInfo(Credentials credentials, int operationIndex = 0)
{
// verify the required parameter 'credentials' is set
if (credentials == null)
{
- throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'credentials' when calling DefaultApi->LoginPost");
+ throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'credentials' when calling DefaultApi->LoginPost");
}
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json"
};
@@ -827,12 +827,12 @@ namespace BreCalClient.......misc.Api
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -860,32 +860,32 @@ namespace BreCalClient.......misc.Api
///
/// Returns a JWT session token and user data if successful
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Login credentials
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of LoginResult
public async System.Threading.Tasks.Task LoginPostAsync(Credentials credentials, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.ApiResponse localVarResponse = await LoginPostWithHttpInfoAsync(credentials, operationIndex, cancellationToken).ConfigureAwait(false);
+ BreCalClient.misc.Client.ApiResponse localVarResponse = await LoginPostWithHttpInfoAsync(credentials, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Returns a JWT session token and user data if successful
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Login credentials
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (LoginResult)
- public async System.Threading.Tasks.Task> LoginPostWithHttpInfoAsync(Credentials credentials, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> LoginPostWithHttpInfoAsync(Credentials credentials, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
// verify the required parameter 'credentials' is set
if (credentials == null)
{
- throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'credentials' when calling DefaultApi->LoginPost");
+ throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'credentials' when calling DefaultApi->LoginPost");
}
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json"
};
@@ -893,12 +893,12 @@ namespace BreCalClient.......misc.Api
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -926,45 +926,45 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of notifications pursuant to a specified participant and ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id returned through loading of participant
/// **Id of ship call**. *Example: 52*. Id given in ship call list
/// Index associated with the operation.
/// Notification
public Notification NotificationsGet(int participantId, int shipcallId, int operationIndex = 0)
{
- BreCalClient.......misc.Client.ApiResponse localVarResponse = NotificationsGetWithHttpInfo(participantId, shipcallId);
+ BreCalClient.misc.Client.ApiResponse localVarResponse = NotificationsGetWithHttpInfo(participantId, shipcallId);
return localVarResponse.Data;
}
///
/// Gets a list of notifications pursuant to a specified participant and ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id returned through loading of participant
/// **Id of ship call**. *Example: 52*. Id given in ship call list
/// Index associated with the operation.
/// ApiResponse of Notification
- public BreCalClient.......misc.Client.ApiResponse NotificationsGetWithHttpInfo(int participantId, int shipcallId, int operationIndex = 0)
+ public BreCalClient.misc.Client.ApiResponse NotificationsGetWithHttpInfo(int participantId, int shipcallId, int operationIndex = 0)
{
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
// to determine the Accept header
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId));
- localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId));
+ localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId));
+ localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId));
localVarRequestOptions.Operation = "DefaultApi.NotificationsGet";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -987,7 +987,7 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of notifications pursuant to a specified participant and ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id returned through loading of participant
/// **Id of ship call**. *Example: 52*. Id given in ship call list
/// Index associated with the operation.
@@ -995,39 +995,39 @@ namespace BreCalClient.......misc.Api
/// Task of Notification
public async System.Threading.Tasks.Task NotificationsGetAsync(int participantId, int shipcallId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.ApiResponse localVarResponse = await NotificationsGetWithHttpInfoAsync(participantId, shipcallId, operationIndex, cancellationToken).ConfigureAwait(false);
+ BreCalClient.misc.Client.ApiResponse localVarResponse = await NotificationsGetWithHttpInfoAsync(participantId, shipcallId, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Gets a list of notifications pursuant to a specified participant and ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id returned through loading of participant
/// **Id of ship call**. *Example: 52*. Id given in ship call list
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (Notification)
- public async System.Threading.Tasks.Task> NotificationsGetWithHttpInfoAsync(int participantId, int shipcallId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> NotificationsGetWithHttpInfoAsync(int participantId, int shipcallId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
// to determine the Accept header
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId));
- localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId));
+ localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId));
+ localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId));
localVarRequestOptions.Operation = "DefaultApi.NotificationsGet";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -1050,42 +1050,42 @@ namespace BreCalClient.......misc.Api
///
/// gets a particular participant entry corresponding to user id
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of user**. *Example: 2*. User id returned by verify call.
/// Index associated with the operation.
/// Participant
public Participant ParticipantGet(int userId, int operationIndex = 0)
{
- BreCalClient.......misc.Client.ApiResponse localVarResponse = ParticipantGetWithHttpInfo(userId);
+ BreCalClient.misc.Client.ApiResponse localVarResponse = ParticipantGetWithHttpInfo(userId);
return localVarResponse.Data;
}
///
/// gets a particular participant entry corresponding to user id
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of user**. *Example: 2*. User id returned by verify call.
/// Index associated with the operation.
/// ApiResponse of Participant
- public BreCalClient.......misc.Client.ApiResponse ParticipantGetWithHttpInfo(int userId, int operationIndex = 0)
+ public BreCalClient.misc.Client.ApiResponse ParticipantGetWithHttpInfo(int userId, int operationIndex = 0)
{
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
// to determine the Accept header
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "user_id", userId));
+ localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "user_id", userId));
localVarRequestOptions.Operation = "DefaultApi.ParticipantGet";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -1108,44 +1108,44 @@ namespace BreCalClient.......misc.Api
///
/// gets a particular participant entry corresponding to user id
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of user**. *Example: 2*. User id returned by verify call.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of Participant
public async System.Threading.Tasks.Task ParticipantGetAsync(int userId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.ApiResponse localVarResponse = await ParticipantGetWithHttpInfoAsync(userId, operationIndex, cancellationToken).ConfigureAwait(false);
+ BreCalClient.misc.Client.ApiResponse localVarResponse = await ParticipantGetWithHttpInfoAsync(userId, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// gets a particular participant entry corresponding to user id
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of user**. *Example: 2*. User id returned by verify call.
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (Participant)
- public async System.Threading.Tasks.Task> ParticipantGetWithHttpInfoAsync(int userId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> ParticipantGetWithHttpInfoAsync(int userId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
// to determine the Accept header
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "user_id", userId));
+ localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "user_id", userId));
localVarRequestOptions.Operation = "DefaultApi.ParticipantGet";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -1168,42 +1168,42 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of ship calls
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls
/// Index associated with the operation.
/// List<Shipcall>
public List ShipcallsGet(int participantId, int operationIndex = 0)
{
- BreCalClient.......misc.Client.ApiResponse> localVarResponse = ShipcallsGetWithHttpInfo(participantId);
+ BreCalClient.misc.Client.ApiResponse> localVarResponse = ShipcallsGetWithHttpInfo(participantId);
return localVarResponse.Data;
}
///
/// Gets a list of ship calls
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls
/// Index associated with the operation.
/// ApiResponse of List<Shipcall>
- public BreCalClient.......misc.Client.ApiResponse> ShipcallsGetWithHttpInfo(int participantId, int operationIndex = 0)
+ public BreCalClient.misc.Client.ApiResponse> ShipcallsGetWithHttpInfo(int participantId, int operationIndex = 0)
{
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
// to determine the Accept header
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId));
+ localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId));
localVarRequestOptions.Operation = "DefaultApi.ShipcallsGet";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -1226,44 +1226,44 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of ship calls
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<Shipcall>
public async System.Threading.Tasks.Task> ShipcallsGetAsync(int participantId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.ApiResponse> localVarResponse = await ShipcallsGetWithHttpInfoAsync(participantId, operationIndex, cancellationToken).ConfigureAwait(false);
+ BreCalClient.misc.Client.ApiResponse> localVarResponse = await ShipcallsGetWithHttpInfoAsync(participantId, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Gets a list of ship calls
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Shipcall>)
- public async System.Threading.Tasks.Task>> ShipcallsGetWithHttpInfoAsync(int participantId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> ShipcallsGetWithHttpInfoAsync(int participantId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions();
+ BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
// to determine the Accept header
string[] _accepts = new string[] {
"application/json"
};
- var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId));
+ localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId));
localVarRequestOptions.Operation = "DefaultApi.ShipcallsGet";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -1286,7 +1286,7 @@ namespace BreCalClient.......misc.Api
///
/// Create a new ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. **Do not** provide id parameter.
/// Index associated with the operation.
///
@@ -1297,18 +1297,18 @@ namespace BreCalClient.......misc.Api
///
/// Create a new ship call
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Creates a new ship call. **Do not** provide id parameter.
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public BreCalClient.......misc.Client.ApiResponse