-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path004_second_call-off.json
83 lines (83 loc) · 1.84 KB
/
004_second_call-off.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"ocid": "ocds-r6ebe6-multi_buyer_example_framework",
"id": "ocds-r6ebe6-multi_buyer_example_framework-contract-2019-03-20T00:00:00Z",
"date": "2019-03-20T00:00:00Z",
"tag": [
"contract"
],
"initiationType": "tender",
"parties": [
{
"name": "Scottish Government",
"id": "GB-GOR-DA1020",
"identifer": {
"scheme": "GB-GOR",
"id": "DA1020"
},
"roles": [
"procuringEntity"
]
},
{
"name": "Gamma Stationery",
"id": "GB-COH-11111111",
"identifer": {
"scheme": "GB-COH",
"id": "11111111"
},
"roles": [
"tenderer"
]
},
{
"name": "Valkyrie Office Supplies",
"id": "GB-COH-22222222",
"identifer": {
"scheme": "GB-COH",
"id": "22222222"
},
"roles": [
"tenderer"
]
},
{
"name": "Seaway Envelopes and Stationery",
"id": "GB-COH-33333333",
"identifer": {
"scheme": "GB-COH",
"id": "33333333"
},
"roles": [
"tenderer"
]
}
],
"contracts": [
{
"id": "ocds-r6ebe6-multi_buyer_example_framework-contract-02",
"awardID": "ocds-r6ebe6-multi_buyer_example_framework-award-01",
"title": "Purchase of printer ink",
"description": "A direct call off to buy things from Valkyrie Office Supplies.",
"buyer": {
"name": "Glasgow City",
"id": "GB-LAS-GLG"
},
"status": "active",
"period": {
"startDate": "2019-03-20T00:00:00Z",
"endDate": "2019-03-20T00:00:00Z"
},
"value": {
"amount": 10000,
"currency": "GBP"
},
"dateSigned": "2019-03-20T00:00:00Z",
"suppliers": [
{
"name": "Valkyrie Office Supplies",
"id": "GB-COH-22222222"
}
]
}
]
}