propago.client
22023.1.13
Please use https://api.mypropago.com/v2/swagger. Propago no longer maintains an active nuget package for integration.
dotnet add package propago.client --version 22023.1.13
NuGet\Install-Package propago.client -Version 22023.1.13
<PackageReference Include="propago.client" Version="22023.1.13" />
<PackageVersion Include="propago.client" Version="22023.1.13" />
<PackageReference Include="propago.client" />
paket add propago.client --version 22023.1.13
#r "nuget: propago.client, 22023.1.13"
#:package propago.client@22023.1.13
#addin nuget:?package=propago.client&version=22023.1.13
#tool nuget:?package=propago.client&version=22023.1.13
Series of services for interacting with Propago programmatically. New release convention, moving forward it will be YYYY.MM.dd
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 9.0.1)
- NUnit (>= 3.10.1)
- RestSharp (>= 106.10.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 | |
|---|---|---|---|
| 22023.1.13 | 780 | 1/13/2023 | |
| 2022.1.20 | 1,778 | 1/20/2022 | |
| 2.3.2 | 548 | 1/4/2022 | |
| 2.3.1 | 1,195 | 11/29/2021 | |
| 2.3.0 | 760 | 9/1/2021 | |
| 2.2.3 | 599 | 8/20/2021 | |
| 2.2.2 | 688 | 4/29/2021 | |
| 2.2.1 | 702 | 3/3/2021 | |
| 2.2.0 | 644 | 2/11/2021 | |
| 2.1.11 | 720 | 12/1/2020 | |
| 2.1.10 | 699 | 11/24/2020 | |
| 2.1.9 | 771 | 11/3/2020 | |
| 2.1.8 | 764 | 10/29/2020 | |
| 2.1.7 | 731 | 10/27/2020 | |
| 2.1.6 | 714 | 9/11/2020 | |
| 2.1.5 | 748 | 9/3/2020 | |
| 2.1.4 | 750 | 7/2/2020 | |
| 2.1.3 | 769 | 6/12/2020 | |
| 2.1.2 | 874 | 2/12/2020 | |
| 2.1.1 | 845 | 1/9/2020 |
******* 2023.01.13 *******
* fix typo in FinishedHeight
******* 2022.1.20 *******
* Add KitSku to orderline data.
******* 2.3.2 *******
* Add DoNotSendNotificationEmails, defaults to fals. This prevents order confirmation and shipment confirmation emails from going out.
******* 2.3.1 *******
* Add ExactMatchSku to the part search to override the fuzzy match logic.
******* 2.3.0 *******
* Add ProducingPartner endpoints to api
* Add CustomIdentifier and PutawayLocation to the updateInventory and BulkUpdateInventory endpoint
******* 2.2.3 *******
* Added OrderCannotShip status
******* 2.2.2 *******
* Add CompanyId to order result
* Add ThirdPartyAccountNumber to Place Order
******* 2.2.1 *******
* Fix issue with calling Order Line Status update
******* 2.2.0 *******
* Add CompanyId to numerous api endpoint searches
* Add UserId to numerous api endpoint searches
* Add Order Line Status update endpoint
* Add endpoint to close orders
******* 2.1.11 *******
* Fix GetUserReport call
******* 2.1.10 *******
* various bug fixes
******* 2.1.9 *******
* bug fixes for accept shipments and order summaries
******* 2.1.8 *******
* Fix issue with order status explicit search
******* 2.1.7 *******
* Add Closed to order status search
******* 2.1.6 *******
* Add ClosedDate to order objects.
******* 2.1.5 *******
* Resolve issue w/ Newtonsoft version mismatch.
******* 2.1.4 *******
* Add GetCompanyById endpoint.
******* 2.1.3 *******
* RawMaterial.Quantity is now a decimal
******* 2.1.2 *******
* Add PONumber to the PlaceOrder Model
* Add GetPartPrice "/parts/{sku}/price
* Add GetPartPriceBreaks "/parts/{sku}/pricebreaks
******* 2.1.1 *******
* Update RestSharp to 106.10.0
******* 2.1.0 *******
* Add PlaceOrder method to PropagoClient
******* 2.0.8 *******
* NAMESPACE CHANGE: All Argosy.* namespaces should be updated to Propago.*
******* 2.0.7 *******
* Add Coop Buckets to the order lines
******* 2.0.6 *******
* Add Order Comments to the order summary object
******* 2.0.5 *******
* Add 'OrderSummary' to the TransactionLog for obtaining the Order Number, PO#, and Status.
******* 2.0.4 *******
* Add new Response type InvalidInventoryQuantity
******* 2.0.3 *******
* Fix bitness
******* 2.0.2 *******
* Add CompanyName and ClientCode to TransactionLog search and response.
******* 2.0.1 *******
* Add IsPrintWOrkflow to Part Search and Inventory Transactions Search
******* 2.0.0 *******
* Warning: This version requires you to update to .NET 4.6.2 for TLS negotiation reasons.
* Please remove any uses of System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
* from your code. You will need to add the following four lines in it's place. This forces .NET to use
* the settings on the server its deployed too and allows newer higher strength ciphers.
* AppContext.SetSwitch("Switch.System.Net.DontEnableSchUseStrongCrypto", false);
* AppContext.SetSwitch("Switch.System.Net.DontEnableSystemDefaultTlsVersions", false);
* AppContext.SetSwitch("Switch.System.ServiceModel.DisableUsingServicePointManagerSecurityProtocols", false);
* AppContext.SetSwitch("Switch.System.ServiceModel.DontEnableSystemDefaultTlsVersions", false);
*********************