to get a personalized navigation.
to get a personalized navigation.
Hello
On screen "IN202500" there is a tab for replenishment parameters, quantity per warehouse and such.
Are we blind or is this information not readable through the APIs?
/patrik gustafsson
Solved! Go to Solution.
Hello,
As of today, Inventory > Stock Items > Replenishment Info Tab. isn't exposed via Inventory Endpoint. This improvement idea can be registered in the Ideas Section.
Additionally, there is a tab "Warehouse Details" that has been implemented and available via Inventory Endpoint.
We'd recommend checking the fields over to see whether this helps or not.
GET:
https://integration.visma.net/API/controller/api/v1/inventory?expandWarehouseDetail=true
"warehouseDetails": [
{
"isDefault": true,
"warehouse": "string",
"quantityOnHand": 0,
"available": 0,
"availableForShipment": 0,
"lastModifiedDateTime": "2021-05-03T12:36:25.400Z"
}
],
Visma.net ERP API Documentation: https://integration.visma.net/API-index/
Is there an open document for roadmaps? What objects that actually is implemented vs not implemented? And not just the Swagger documentation?
Yes, expandWarehouseDetails exists and we work with it - but it still doesn't give the Replenishment information.
But thank you for the update.
Hello Patrik,
Unfortunately, there isn't any document related to the roadmap that can be shared at this moment.
Availability can be checked by comparing the Financials ERP Module : Fields with the API Endpoints : DTOs.
(ScreenIDs are labelled in Swagger, might be helpful to find out the correlation between UI & API )
Additionally, we're publishing articles in the News section those are tagged as Upcoming Version News before the final Release Notes. This might also be helpful to see planned fixes / implementations a little in advance.
Copyright © 2022 Visma.com. All rights reserved.