This Web Service returns the full list of Suppliers Purchases Movements,
including all details, in a JSON array format.
It ouputs all fields and their corresponding value
and contains full Purchases Movements Details, like nature, total price,
tax values, supplier identification, shipping details,
date and time, products quantities and prices details.
The Purchases Movements creation are available to upload initial history movements.
After initial process, all purchases must be registered directly on StoresAce, to provide a centralized
purchases registry to all stores, and a central and real time inventory control over all stores.
Note: To retrieve purchases movements over API, the Financials HO Integration module must be active.
Bellow is a description list of some main fields you may get and post to this method:
Field | Description |
---|---|
InvoiceNo | Purchase Document Number |
StoreId | Store belonging to current transaction. |
SupplierId | Supplier Code Indentification |
TransDocument | Purchase Document Type |
PaymentTerms | Payment Terms Description |
TotalNetAmount | Total Net amount of all details |
TotalGrossAmount | Total Final Amount with Taxes |
BuyTransactionDetails | Array with all products details. See description table bellow |
The following table lists a description of the BuyTransactionDetails array list:
Field | Description |
---|---|
ItemId | Product Code |
Quantity | Quantity sold |
UnitOfSaleId | Unit Identification Code |
UnitPrice | Product Price per unit |
TotalNetAmount | Total line Net amount |
TaxPercentage | Tax Applied |
TotalTaxIncludedAmount | Total Price with Taxes included |
To apply filters or search criteria over all purchases movements, the GET request type can receive the following arguments:
Argument | Description |
---|---|
store | Store Code to filter only Purchases Movements created on this store |
TaxRegistrationNumber | Company Tax Number to filter Purchases Movements created on all stores belonging to the Company |
For the comunication of purchases with any ERP software,
there is an additional method that sends every purchase document
with the sum of details grouped by product and tax type.
For more information about ERP comunication services, access the following Root page:
https://ENVIRONMENT.storesace.com/dimas/api/headoffice/
If you have any further questions, please contact us using the chat icon in the bottom of this page or directly from your StoresAce Environment.