Skip to content

Commit 5a5ed09

Browse files
committed
Deploy dvu docs: 7f4ba3690d908f1f17cad981062df7aa25c3b228
1 parent 2caa0ba commit 5a5ed09

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

dvu/direct-ean.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ sequenceDiagram
3535
| `dataspace.baseUrl` | Fixed | `https://dvu-test.azurewebsites.net` |
3636
| `description` | App | Shown to the approver (optional) |
3737
| `reference` | App | Your internal tracking ID (optional) |
38-
| `addPolicyTransactions[0]` | App | Access policy — see JSON example below |
39-
| `addResourceGroupTransactions[0]` | App | EAN resource group — see JSON example below |
38+
| `addPolicyTransactions[]` | App | Access policy — see JSON example below |
39+
| `addResourceGroupTransactions[]` | App | EAN resource group — see JSON example below |
40+
| `properties` | App | Issuing company information - see JSON example below |
4041
| `orchestration.flow` | Fixed | `dvu.direct-ean@v1` |
4142

4243
## JSON example
@@ -97,38 +98,37 @@ Content-Type: application/json
9798
"description": "ean: <EAN_CODE_1>",
9899
"properties": [
99100
{
100-
"key": "<STRING>",
101-
"value": "<STRING>",
102-
"isIdentifier": "<BOOLEAN>"
101+
"key": "Grootverbruik",
102+
"value": "<BOOLEAN>",
103+
"isIdentifier": false
103104
},
104105
{
105-
"key": "<STRING>",
106-
"value": "<STRING>",
107-
"isIdentifier": "<BOOLEAN>"
108-
}
109-
]
110-
},
111-
{
112-
"resourceId": "dvu:resource:<EAN_CODE_2>",
113-
"useCase": "dvu",
114-
"name": "<EAN_CODE_2>",
115-
"description": "ean: <EAN_CODE_2>",
116-
"properties": [
117-
{
118-
"key": "<STRING>",
119-
"value": "<STRING>",
120-
"isIdentifier": "<BOOLEAN>"
106+
"key": "IssuingCompanyContactEmail",
107+
"value": "approver@domain.extension",
108+
"isIdentifier": false
121109
},
122110
{
123-
"key": "<STRING>",
111+
"key": "MeasuringCompanyName",
124112
"value": "<STRING>",
125-
"isIdentifier": "<BOOLEAN>"
113+
"isIdentifier": false
126114
}
127115
]
128116
}
129117
]
130118
}
131119
],
120+
"properties": [
121+
{
122+
"key": "IssuingCompanyKvk",
123+
"value": "<APPROVING_ORGANISATION_COC>",
124+
"isIdentifier": false
125+
},
126+
{
127+
"key": "IssuingCompanyName",
128+
"value": "<STRING>",
129+
"isIdentifier": false
130+
}
131+
],
132132
"orchestration": {
133133
"flow": "dvu.direct-ean@v1"
134134
}

0 commit comments

Comments
 (0)