SendRegning

Update settings

Verison: 1.0 (read more)

Request

1
PUT /originators/current/settings

Request

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "reminders": {
    "dueInvoices": true,
    "dueDunnings": true,
    "daysAfterDueDate": 5,
    "billing": true
  },
  "defaults": {
    "invoice": {
      "dueDays": 14,
      "text": null,
      "minorLossThreshold": 0
    },
    "copy": {
      "suggest": true,
      "email": null,
      "pdfAsAttachment": false
    },
    "event": {
      "confirmationCopy": null
    },
    "currency": "NOK",
    "shipment": "SNAIL",
    "attachPdf": false,
    "totalIncludeMva": true,
    "autoReallocationEnabled": false,
    "collectionAgency": "BEWA"

  },
  "sendRegningContactEmail": "postman@sendregning.loc"
}

Response

HTTP/1.1 200 OK