YL.Web.Api.ThirdParty.Prequalification.Client
1.0.0
dotnet add package YL.Web.Api.ThirdParty.Prequalification.Client --version 1.0.0
NuGet\Install-Package YL.Web.Api.ThirdParty.Prequalification.Client -Version 1.0.0
<PackageReference Include="YL.Web.Api.ThirdParty.Prequalification.Client" Version="1.0.0" />
<PackageVersion Include="YL.Web.Api.ThirdParty.Prequalification.Client" Version="1.0.0" />
<PackageReference Include="YL.Web.Api.ThirdParty.Prequalification.Client" />
paket add YL.Web.Api.ThirdParty.Prequalification.Client --version 1.0.0
#r "nuget: YL.Web.Api.ThirdParty.Prequalification.Client, 1.0.0"
#:package YL.Web.Api.ThirdParty.Prequalification.Client@1.0.0
#addin nuget:?package=YL.Web.Api.ThirdParty.Prequalification.Client&version=1.0.0
#tool nuget:?package=YL.Web.Api.ThirdParty.Prequalification.Client&version=1.0.0
YL.Web.Api.ThirdParty.Prequalification.Client - the C# library for the YouLend Third Party Pre Qualification API
Through this API you can can check if a merchant pre qualifies for a Youlend loan
This C# SDK is automatically generated by the OpenAPI Generator project:
- API version: 1.0
- SDK version: 1.0.0
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
<a name="frameworks-supported"></a>
Frameworks supported
- .NET Core >=1.0
- .NET Framework >=4.6
- Mono/Xamarin >=vNext
<a name="dependencies"></a>
Dependencies
- RestSharp - 106.6.7 or later
- Json.NET - 12.0.1 or later
- JsonSubTypes - 1.5.2 or later
- CompareNETObjects - 4.57.0 or later
- System.ComponentModel.Annotations - 4.5.0 or later
The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:
Install-Package RestSharp
Install-Package Newtonsoft.Json
Install-Package JsonSubTypes
Install-Package System.ComponentModel.Annotations
Install-Package CompareNETObjects
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742
<a name="installation"></a>
Installation
<a name="installation"></a>
Installation
Install dotnet dotnet:
dotnet add package YL.Web.Api.ThirdParty.Prequalification.Client --version 1.0.0
Install with nuget:
Install-Package YL.Web.Api.ThirdParty.Prequalification.Client -Version 1.0.0
Add direct package reference to you project file:
<PackageReference Include="YL.Web.Api.ThirdParty.Prequalification.Client" Version="1.0.1" />
More detail on nuget: YL.Web.Api.ThirdParty.Prequalification.Client.Client
Then include the DLL (under the bin folder) in the C# project, and use the namespaces:
using YL.Web.Api.ThirdParty.Prequalification.Client.Api;
using YL.Web.Api.ThirdParty.Prequalification.Client.Client;
using YL.Web.Api.ThirdParty.Prequalification.Client.Model;
<a name="getting-started"></a>
Getting Started
using System.Collections.Generic;
using System.Diagnostics;
using YL.Web.Api.ThirdParty.Prequalification.Client.Api;
using YL.Web.Api.ThirdParty.Prequalification.Client.Client;
using YL.Web.Api.ThirdParty.Prequalification.Client.Model;
namespace Example
{
public class Example
{
public static void Main()
{
Configuration.Default.BasePath = "https://dev.youlendapi.com/prequalification";
// Configure OAuth2 access token for authorization: oauth2
Configuration.Default.AccessToken = "YOUR_ACCESS_TOKEN";
var config = new Configuration
{
BasePath = "https://dev.youlendapi.com/prequalification"",
AccessToken =
"YOUR_ACCESS_TOKEN"
};
var apiInstance = new RequestsApi(config);
var apiVersion = apiVersion_example; // string | (optional)
var preQualificationModel = new PreQualificationModel(); // PreQualificationModel | (optional)
try
{
// Initiates a prequalification of a merchant for a loan. It will use as much data as it can to do the analysis so the more data provided the more accurate the result
PreQualificationResultDocument result = apiInstance.RequestsPost(apiVersion, preQualificationModel);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling RequestsApi.RequestsPost: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
<a name="documentation-for-api-endpoints"></a>
Documentation for API Endpoints
All URIs are relative to https://dev.youlendapi.com/prequalification
| Class | Method | HTTP request | Description |
|---|---|---|---|
| RequestsApi | RequestsPost | POST /Requests | Initiates a prequalification of a merchant for a loan. It will use as much data as it can to do the analysis so the more data provided the more accurate the result |
<a name="documentation-for-models"></a>
Documentation for Models
- Model.AddressModel
- Model.FinancialDataModel
- Model.InvoiceDataRowModel
- Model.LoanOptionDocument
- Model.PaymentDataRowModel
- Model.PreQualificationModel
- Model.PreQualificationResultDocument
- Model.ProblemDetails
- Model.PurchaseDataRowModel
- Model.SignificantPersonModel
<a name="documentation-for-authorization"></a>
Documentation for Authorization
<a name="oauth2"></a>
oauth2
- Type: OAuth
- Flow: application
- Authorization URL:
- Scopes: N/A
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- CompareNETObjects (>= 4.57.0)
- JsonSubTypes (>= 1.5.2)
- Newtonsoft.Json (>= 12.0.1)
- RestSharp (>= 106.6.7)
- System.ComponentModel.Annotations (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 689 | 11/29/2019 |