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
{
	"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": [
			"22227163732"
		],
		"iban": "NO10 1234 5678 912",
		"bic": "SNOWNO22"
	}
}

Response

HTTP/1.1 200 OK