API Default Sales Person

API Default Sales Person

When creating an invoice a sales person needs to be supplied or default values will be used.

There are a couple of ways to achieve this goal:

If no sales person is supplied and no defaults can be found the invoice cannot be created

#1 Manual assignment

By supplying the sales person in the json payload it will be used and assigned:
  1. {
  2.   "SalesPerson":"0001",
  3.   .......
  4. }

#2 Default from user

If a dk user is connected to an employee and the employee is assigned to a sales person,
that sales person will be used unless it has been assigned using method #1.

#3 Default SalesPerson

If neither the 1st or 2nd method are being used dk will attempt this 3rd method. 
If a sales person exists with either the number "vef" or "web" it will be automatically assigned to the invoice.

    • Related Articles

    • dkPlus API Include Exclude

      dkPlus API - Exclude and Include The dkPlus API offers the ability to define what properties should be included or excluded in the request. By using this feature you can minimize the information being retuned by functions in the dkPlus API and, in ...
    • RE-Sync data using API

      How to Re-Sync data using API The API has a hidden action if for some reason data needs to be re-synced from DK to dkPlus. Method: POST https://api.dkplus.is/api/v1/management/company/action/sync Parameters fullproduct - boolean (optional) ...
    • dkPlus API Launaseðlar

      Aðgangstýring launaseðla API Sjálfgefið er að launaseðlar séu ekki heimilaðir í gegnum API. Til að virkja þarf að stofna réttindahóp og stilla hann af þannig að hann heimili launaseðla. Í framhaldi má bæta notandanum, sem á API aðgangslykillinn, í ...
    • API Aðgangslykill

      Til að stofna aðgangslykil sjá hér Auðkenningar tákn - dkPlus - dk Documents Aðgangslykill er notaður með API og/eða OData
    • dkPlus API - Íslenska

      dkPlus API dkPlus API opnar fyrir þann möguleiga að viðskiptavinir hafi aðgang að gögnum fyrirtækisins eða gefa þriðja aðila aðgang að gögnunum. Swagger Documentation Swagger útfærir OpenAPI svo aðrið þróunaraðilar og kerfi geti útfært client án ...