SendRegning

Get basic information

Verison: 1.0 (read more)

Request

1
GET /originators/current

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
{
    "id": 1,
    "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",
        "avtaleGiro": true,
        "kid": true,
        "kidLength": 18,
        "eFaktura": true
    }
}