SendRegning

Update basic information

Verison: 1.0 (read more)

Request

1
PUT /originators/current
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
{
	"name": "SendRegning",
	"contact": {
		"address": {
			"address1": "Gjerdrums vei 4",
			"address2": "",
			"zip": "0484",
			"city": "OSLO",
			"country": "NORGE"
		},
		"email": "hjelp@sendregning.no",
		"phone": "12345678",
		"mobile": "11223344",
		"fax": "44332211",
		"web": "https://www.sendregning.no"
	},
	"organisation": {
		"form": "as",
		"number": "123456789",
		"foretaksregisteret": true,
		"mvaregisteret": true
	},
	"bankAccount": {
		"number": "12345678910",
		"additionalNumbers": [ #deprecated
			"22227163732"
		],
		"additionalBankAccounts": [
			{
				"number": "22227163732",
				"bic": "NO222271637323",
				"iban": "SNOWNO23"
			}
		],
		"iban": "NO10 1234 5678 912",
		"bic": "SNOWNO22"
	}
}

Response

HTTP/1.1 200 OK

Important note:

Additional bank account numbers used to be kept in ‘additionalNumbers’. In order to allow keeping corresponding BIC and IBAN with Norwegian account number, additionalBankAccounts has been introduced.

If ‘additionalBankAccounts’ property is provided, ‘additionalNumbers’ will not be parsed (even if specified). Otherwise, old ‘additionalNumbers’ will be used.