diff --git a/misc/BreCalApi.cs b/misc/BreCalApi.cs
index 1ae94bc..c16d7a9 100644
--- a/misc/BreCalApi.cs
+++ b/misc/BreCalApi.cs
@@ -1,19 +1,19 @@
//----------------------
//
-// Generated REST API Client Code Generator v1.7.17.0 on 17.08.2023 08:38:17
+// Generated REST API Client Code Generator v1.7.17.0 on 17.08.2023 10:11:31
// Using the tool OpenAPI Generator v6.6.0
//
//----------------------
-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. (optional)
/// Index associated with the operation.
/// List<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. (optional)
/// Index associated with the operation.
/// ApiResponse of List<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
/// Index associated with the operation.
/// List<Shipcall>
List ShipcallsGet(int operationIndex = 0);
@@ -145,14 +145,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<Shipcall>
ApiResponse> ShipcallsGetWithHttpInfo(int operationIndex = 0);
///
/// 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.
///
@@ -163,7 +163,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)
@@ -171,7 +171,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.
///
@@ -182,7 +182,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)
@@ -190,7 +190,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);
@@ -200,14 +200,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.
///
@@ -218,7 +218,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)
@@ -226,7 +226,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>
@@ -237,7 +237,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>
@@ -245,7 +245,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.
///
@@ -256,7 +256,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)
@@ -264,7 +264,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.
///
@@ -275,7 +275,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)
@@ -294,7 +294,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>
@@ -305,7 +305,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>)
@@ -316,7 +316,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.
@@ -328,7 +328,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.
@@ -340,7 +340,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.
@@ -353,7 +353,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.
@@ -366,7 +366,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. (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -378,7 +378,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. (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -390,7 +390,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<Shipcall>
@@ -401,7 +401,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<Shipcall>)
@@ -412,7 +412,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.
@@ -424,7 +424,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.
@@ -436,7 +436,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.
@@ -448,7 +448,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.
@@ -460,7 +460,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>
@@ -471,7 +471,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>)
@@ -482,7 +482,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.
@@ -494,7 +494,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.
@@ -506,7 +506,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.
@@ -518,7 +518,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.
@@ -530,7 +530,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.
@@ -542,7 +542,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.
@@ -554,7 +554,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.
@@ -566,7 +566,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.
@@ -585,7 +585,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.
///
@@ -599,13 +599,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
@@ -613,16 +613,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
@@ -631,7 +631,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");
@@ -639,16 +639,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.
///
@@ -661,11 +661,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
{
@@ -680,35 +680,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);
@@ -735,37 +735,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);
@@ -792,30 +792,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"
};
@@ -823,12 +823,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);
@@ -856,32 +856,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"
};
@@ -889,12 +889,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);
@@ -922,45 +922,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
@@ -983,7 +983,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.
@@ -991,39 +991,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
@@ -1046,44 +1046,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. (optional)
/// Index associated with the operation.
/// List<Participant>
public List ParticipantsGet(int? userId = default(int?), int operationIndex = 0)
{
- BreCalClient.......misc.Client.ApiResponse> localVarResponse = ParticipantsGetWithHttpInfo(userId);
+ BreCalClient.misc.Client.ApiResponse> localVarResponse = ParticipantsGetWithHttpInfo(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. (optional)
/// Index associated with the operation.
/// ApiResponse of List<Participant>
- public BreCalClient.......misc.Client.ApiResponse> ParticipantsGetWithHttpInfo(int? userId = default(int?), int operationIndex = 0)
+ public BreCalClient.misc.Client.ApiResponse> ParticipantsGetWithHttpInfo(int? userId = default(int?), 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);
}
if (userId != null)
{
- 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.ParticipantsGet";
localVarRequestOptions.OperationIndex = operationIndex;
@@ -1107,46 +1107,46 @@ 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. (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<Participant>
public async System.Threading.Tasks.Task> ParticipantsGetAsync(int? userId = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.ApiResponse> localVarResponse = await ParticipantsGetWithHttpInfoAsync(userId, operationIndex, cancellationToken).ConfigureAwait(false);
+ BreCalClient.misc.Client.ApiResponse> localVarResponse = await ParticipantsGetWithHttpInfoAsync(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. (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Participant>)
- public async System.Threading.Tasks.Task>> ParticipantsGetWithHttpInfoAsync(int? userId = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> ParticipantsGetWithHttpInfoAsync(int? userId = default(int?), 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);
}
if (userId != null)
{
- 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.ParticipantsGet";
localVarRequestOptions.OperationIndex = operationIndex;
@@ -1170,35 +1170,35 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of ship calls
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// List<Shipcall>
public List ShipcallsGet(int operationIndex = 0)
{
- BreCalClient.......misc.Client.ApiResponse> localVarResponse = ShipcallsGetWithHttpInfo();
+ BreCalClient.misc.Client.ApiResponse> localVarResponse = ShipcallsGetWithHttpInfo();
return localVarResponse.Data;
}
///
/// Gets a list of ship calls
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of List<Shipcall>
- public BreCalClient.......misc.Client.ApiResponse> ShipcallsGetWithHttpInfo(int operationIndex = 0)
+ public BreCalClient.misc.Client.ApiResponse> ShipcallsGetWithHttpInfo(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);
@@ -1225,37 +1225,37 @@ namespace BreCalClient.......misc.Api
///
/// Gets a list of ship calls
///
- /// 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<Shipcall>
public async System.Threading.Tasks.Task> ShipcallsGetAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- BreCalClient.......misc.Client.ApiResponse> localVarResponse = await ShipcallsGetWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
+ BreCalClient.misc.Client.ApiResponse> localVarResponse = await ShipcallsGetWithHttpInfoAsync(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
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Shipcall>)
- public async System.Threading.Tasks.Task>> ShipcallsGetWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> ShipcallsGetWithHttpInfoAsync(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);
@@ -1282,7 +1282,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.
///
@@ -1293,18 +1293,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