This web service allows for the updating of line items on purchase orders. Line item prices may be set and locked.
The Purchase Order Web Service is a SOAP web service that allows a Connect Supplier to manipulate a purchase order. Currently, there is a single web method--UpdatePOLineItemUnitPrice--which can be used to mark a line item as being fulfilled and to set pricing. Notes on method parameters:
Framework: All examples are written in C# utilizing the 3.5 .Net Framework. URL: http://www.four51.com/services/PurchaseOrder.asmx?id=encryptedkey You’ll need to use a URL specific to your company.See the “Shared Key and URL” section for details. Web Methods: UpdatePOLineItemUnitPrice:Used to set line item pricing and mark a line item as fulfilled. Shared Key and URL The URL to send the SOAP requests along with the ability to generate a shared secret is not exposed in the Four51 Supplier interface. In order to get the URL and secret, you’ll need to submit a case to Four51. Reference Material: Four51 Admin Web Service Implementation Guide |
Related Articles:
Four51 Admin Web Services