SendRegning

Get settings

Verison: 1.0 (read more)

Request

1
GET /originators/current/settings

Response

HTTP/1.1 200 OK

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
32
33
34
35
36
37
38
39
40
{
	"reminders": {
		"dueInvoices": true,
		"dueDunnings": true,
		"daysAfterDueDate": 5,
		"billing": true
	},
	"defaults": {
		"collectionAgency": "BEWA",
		"invoice": {
			"dueDays": 10,
			"text": "",
			"textInternational": "",
			"minorLossThreshold": 0.00,
			"ourRef" : ""
		},
		"copy": {
			"suggest": true,
			"email": "hjelp@sendregning.no",
			"pdfAsAttachment": true
		},
		"automaticDunning": {
			"addInterests": true,
			"addFees": false,
			"useInvoiceText": true,
			"debtCollectionNotice": true,
			"dunningThreshold": 27.00
		},
		"event": {
			"confirmationCopy": "hjelp@sendregning.no"
		},
		"currency": "EUR",
		"shipment": "SNAIL",
		"attachPdf": true,
		"totalIncludeMva": true,
		"autoReallocationEnabled": true,
		"autoDunningsEnabled": true
	},
	"sendRegningContactEmail": "contact@email.com"
}