Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
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.
1 REPLY 1
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.
