to get a personalized navigation.
to get a personalized navigation.
We are using the new authentication, and it is working well with same token for:
POST v3/salesOrders
GET v3/Inventory?inventoryId=p-003&expand=all
GET v3/SalesOrders/WO/000067
GET v1/salesorder/WO/000067
GET v1/inventory
But with
POST v2/salesorder
and still same token we get: "message": "Scope requirement not met"
The JSON posted is testet ok with the old VNI authentication.
I thought scope was for the token, and not dependent on endpoint?
Something missing in our setup, or in v2/salesorder endpoint?
Solved! Go to Solution.
Sorry, my bad.
For v3; I had scope visma.net.erp.salesorder:write when generating token
I missed scope vismanet_erp_service_api:create needed for creating orders in v2.
Copyright © 2022 Visma.com. All rights reserved.