Users
[api/users/*] - Services related to user objects in Navision
| Endpoint | Link | Description | |
|---|---|---|---|
| api/users/emailExists | api/users/emailExists?email={email}&isDebug={isDebug} | No documentation available. |
|
| api/users/emailAddress | api/users/emailAddress?customerNo={customerNo}&isDebug={isDebug} | No documentation available. |
|
| api/users/membershipforum | api/users/membershipforum?email={email}&subscribe={subscribe}&isDebug={isDebug} | Subscription to Leserforum |
POST |
| api/users/create | api/users/create?email={email}&name={name}&address={address}&zip={zip}&city={city}&countryCode={countryCode}&mobile={mobile}&isDebug={isDebug} | Create a user in Navision |
POST |
| api/users/userinfo | api/users/userinfo?email={email}&isDebug={isDebug} | Get UserInfo by email address |
POST |
| api/users/updateuser | api/users/updateuser?email={email}&name={name}&address={address}&zip={zip}&city={city}&country={country}&name2={name2}&address2={address2}&mobile={mobile}&telephone={telephone}&fax={fax}&organisationId={organisationId}&ssid={ssid}&isDebug={isDebug} | Update an user in Navision |
POST |
Quotes
[api/quotes/*] - Services related to ongoing web shop sessions
Products
[api/products/*] - Services related products in Navision
| Endpoint | Link | Description | |
|---|---|---|---|
| api/products/userPrice | api/products/userPrice?email={email}&sku={sku}&isDebug={isDebug} | Get the price of a product for a given user |
POST |
| api/products/userprices | api/products/userprices?email={email}&sku={sku}&isDebug={isDebug} | Get the price of a product for a given user |
POST |
| api/products/all | api/products/all?isDebug={isDebug} | All product data from Navision for product syncing |
POST |
| api/products/stock | api/products/stock?sku={sku}&isDebug={isDebug} | Get current product stock for a given sku |
POST |
Orders
[api/orders/*] - Services related to competed sessions
| Endpoint | Link | Description | |
|---|---|---|---|
| api/orders/get | api/orders/get?orderNo={orderNo}&isDebug={isDebug} | Get an Order with the given orderNo. Only purchases that are completed can be found. |
POST |
| api/orders/all | api/orders/all?email={email}&isDebug={isDebug} | Get the registered orders for a customer by email |
POST |