PostalMethods 2.0.0

dotnet add package PostalMethods --version 2.0.0
NuGet\Install-Package PostalMethods -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PostalMethods" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PostalMethods --version 2.0.0
#r "nuget: PostalMethods, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PostalMethods as a Cake Addin
#addin nuget:?package=PostalMethods&version=2.0.0

// Install PostalMethods as a Cake Tool
#tool nuget:?package=PostalMethods&version=2.0.0

Postal Methods

PostalMethods is brought to you by the same people who operate Integ. When you partner with us, you are set up to succeed. Our distinct processes and technology integrate with your own system to make printing plus fulfillment a seamless and secure part of your everyday business. We can reduce your expense in equipment, supplies, labor, and most importantly, time.

Most importantly, PostalMethods maintains current SSAE 16 Certification, and yearly HIPAA audits, assuring you of the highest security levels when handling your sensitive information. In an age where security is a paramount issue, PostalMethods strives to be as secure as possible, so that you and your customers can rest easy.

SDK Package

This SDK Package contains methods for accessing the functionalities of online PostalMethods application portal. Now PostalMethod Services are accessible From Your Custom Application. Just install this package and start exploring our services through easy API's access.

Methods

  1. Send Letter

SendLetter (String (RefId), String (Description), LetterProperties, SenderAddress, File?, String? (URL), )

Description: Contains description regards the letter for your future record use. URL: Any online presence from where you want to download the letter content. File: Any document file for letter's content. LetterProperties: Contains: Color, Perforation, Double/Single Side, Reply Envelope. Address Contains: Company, Country, City, State, Line 1, Line 2. Return Type: This method returns an object of SendLetterWithAddressResult. Contains: ID, Status, Description.

  1. Send Letter with Address

SendLetterWithAddress (String (RefId), String (Description), LetterProperties, Address, SenderAddress, Boolean (IsPlaceholder), File?, String? (URL))

Description: Contains description regards the letter for your future record use. URL: Any online presence from where you want to download the letter content. File: Any document file for letter's content. LetterProperties: Contains: Color, Perforation, Double/Single Side, Reply Envelope. Address: Contains: Company, Country, City, State, Line 1, Line 2. Return Type: This method returns an object of SendLetterWithAddressResult. Contains: ID, Status, Description.

  1. Letter Detail

LetterDetails (long ID)

ID: Letter ID against which you want details. Data type of the letter ID must be long. Return Type: This method returns an object of LetterDetail. Contains: ID, InValidReason, IsBatch, IsValid, MailerType, MyDescription, NumOfSheet, Price, Status, StatusDescription, SubmitedTime.

  1. Letter Status

LetterStatus (List<long> ID)

ID: List of Letter IDs against which you want status. Data type of the letter ID must be long. Return Type: This method returns an object of List<LetterStatusList>.Contains: ID, IsValid, Status, Description, LastUpdateTime.

  1. Get PDF

GetPdf (long ID)

ID: Letter ID against which you want PDF. Data type of the letter ID must be long. Return Type: This method returns an object of FileResult. Contains: MVC File Result of PDF.

  1. Cancel Delivery

CancelDelivery (long ID)

ID: Letter ID of which you want to cancel delivery. Data type of the letter ID must be long. Return Type: This method returns an object of CancelLetterDelivery. Contains: ID, IsCanceled.

Please refer to https://github.com/MuhammadAqib-dev/PostalMethods-Nuget for Sample code.

Product 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0 418 2/26/2021
1.0.9 323 2/26/2021
1.0.8 305 2/18/2021
1.0.7 399 12/11/2020
1.0.6 372 12/4/2020
1.0.5 362 12/4/2020
1.0.3 358 12/4/2020
1.0.2 359 12/3/2020
1.0.0 518 12/3/2020