Applications
Create a user account in nShift Delivery with corresponding agreements.
GET |
Fetches application codes and products that are available.
Path parameters
language | string | Language code for descriptions Valid values: da|en|fi|no|sv | Required |
Query parameters
domain | string | Domain/region code for the application Valid values: UNIFAUN-DK|UNIFAUN-FI|UNIFAUN-NO|UNIFAUN-SE | Required |
For description of properties, please refer to the Property reference guide.
For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /onboarding/applications/{language} GET.
POST |
Creates an nShift Delivery user account with agreements based on selected products.
Note
The system will return user ID and an API key that can be used for posting order data.
A customer account must be unique. If customer data matches an already existing account, an error will be returned.
In addition to supplying application code and selected products, customer data, such as company name, VAT number, delivery, postal and invoice addresses as well as contact information, must also be provided.
URI parameters
applicationCode | string | The application code selected by the customer. | Required |
For description of properties, please refer to the Property reference guide.
For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /onboarding/applications/{applicationCode} POST.