SendRegning

Get by number

Verison: 1.0 (read more)
1
GET /order-confirmation/{number}

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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
    "number": 1,
    "orderConfirmationNo": "1",
    "ourReference": "our reference",
    "yourReference": "your reference",
    "creditDays": 14,
    "freeText": "free text",
    "tax": 0.50,
    "total": 2.50,
    "deliveryDate": "2016-07-11",
    "orderConfirmationDate": "2016-06-27",
    "deliveryAddress": {
        "address": "vei 7",
        "zip": "2040",
        "city": "Oslo",
        "country": "NORGE"
    },
    "originator": {
        "id": 24702,
        "name": "Ole Norman",
        "fax": "",
        "phone": "47333333",
        "mobile": "47222222",
        "web": "www.sendregning.no",
        "organisationNumber": "810017902",
        "address": {
            "address1": "vei 26",
            "address2": "",
            "zip": "2040",
            "city": "Oslo",
            "country": "NORGE"
        }
    },
    "recipient": {
        "number": 3,
        "customerNumber": "3",
        "name": "Ole Norman",
        "email": "ole@sendregning.no",
        "mobile": "47777777",
        "address": {
            "address1": "vei",
            "address2": "22",
            "zip": "2040",
            "city": "Oslo",
            "country": "NOTGE"
        },
        "organisationNumber": "976098897",
        "icd": "9908"
    },
    "items": [{
        "number": 1,
        "quantity": 1.00,
        "productCode": "1",
        "description": "item",
        "unitPrice": 2.00,
        "discount": 0.00,
        "taxRate": 25,
        "total": 2.50
    }],
    "publicPdfUrl": "https://www.sendregning.no/order-confirmation/api/public/4109/view/$2a$10$0wIymGA6CWe0gEojl3LZjuX9MulOgx/QHMH4VSCdtjxSbD.cv3GV."
}