summaryrefslogtreecommitdiffstats
path: root/restclient/json/serviceOrder_create_in_completed.json
blob: 64fcec950326c837aadb451c1b288fc6313c07a4 (plain)
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
{
    "externalId": "LudONAP001",
    "priority": "1",
    "description": "Ludo first ONAP Order",
    "category": "Consumer",
    "requestedStartDate": "2018-02-28T13:33:37.299Z",
    "requestedCompletionDate": "2018-02-28T13:33:37.299Z",
    "relatedParty": [
        {
            "id": "6490",
            "role": "ONAPcustomer",
            "name": "Jean Pontus",
            "@referredType": "individual"
        }
    ],
    "orderItem": [
        {
            "id": "A",
            "action": "add",
            "service": {
                "serviceState": "active",
                "serviceSpecification": {
                    "id": "1e3feeb0-8e36-46c6-862c-236d9c626439"
                }
            }
        },
        {
            "id": "B",
            "action": "add",
            "service": {
                "serviceState": "active",
                "serviceSpecification": {
                    "id": "1e3feeb0-8e36-46c6-862c-236d9c626439"
                }
            },
            "orderItemRelationship": [
                {
                    "id": "A"
                }
            ]
        }
    ]
}