SendRegning

Get by number

Verison: 1.0 (read more)
1
GET /offer/{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,
	"ourReference": "",
	"yourReference": "",
	"creditDays": 14,
	"freeText": "free text",
	"deliveryDate": "2016-07-11",
	"offerDate": "2016-06-27",
	"expiryDate": "2016-07-11",
	"tax": 0.50,
	"total": 2.50,
	"deliveryAddress": {
		"address": "vei",
		"zip": "2040",
		"city": "Oslo",
		"country": "NORGE"
	},
	"originator": {
		"id": 24702,
		"name": "Ole Norman",
		"fax": "",
		"phone": "47222222",
		"mobile": "27333333",
		"web": "www.sendregning.no",
		"organisationNumber": "976098897",
		"address": {
			"address1": "vei",
			"address2": "25",
			"zip": "2040",
			"city": "Oslo",
			"country": "NORGE"
		}
	},
	"recipient": {
		"number": 3,
		"customerNumber": "3",
		"name": "Ole Norman",
		"email": "ole@sendregning.no",
		"mobile": "",
		"address": {
			"address1": "vei",
			"address2": "77",
			"zip": "2040",
			"city": "Oslo",
			"country": "Norge"
		},
		"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/offer/api/public/13113/view/$2a$10$sPE7/phwGm8vV6PK2TgeXe7aR94M8jg8tz7DactUVzxVErspsKFEq"
}