Add _static files for docs
[externalapi/nbi.git] / docs / offeredapis / postman / ONAPBeijingServiceOrderDoc.postman_collection.json
1 {
2         "variables": [],
3         "info": {
4                 "name": "ONAP Beijing ServiceOrder Test",
5                 "_postman_id": "3e51270b-0ef8-0bc3-5b92-8c9b8270cb71",
6                 "description": "",
7                 "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
8         },
9         "item": [
10                 {
11                         "name": "ServiceOrder1",
12                         "request": {
13                                 "url": "http://127.0.0.1:8090/serviceOrder",
14                                 "method": "POST",
15                                 "header": [
16                                         {
17                                                 "key": "Accept",
18                                                 "value": "application/json",
19                                                 "description": ""
20                                         },
21                                         {
22                                                 "key": "Content-Type",
23                                                 "value": "application/json",
24                                                 "description": ""
25                                         }
26                                 ],
27                                 "body": {
28                                         "mode": "raw",
29                                         "raw": "{\n  \"externalId\": \"NBI-SO001\",\n  \"priority\": \"1\",\n  \"description\": \"Firevall service ordering on customer specified\",\n  \"category\": \"Consumer\",\n  \"requestedStartDate\": \"2018-02-28T13:33:37.299Z\",\n  \"requestedCompletionDate\": \"2018-02-28T13:33:37.299Z\",\n  \"relatedParty\": [\n    {\n      \"id\": \"6490\",\n      \"role\": \"ONAPcustomer\",\n      \"name\": \"Jean Pontus\",\n      \"@referredType\": \"individual\"\n    }\n  ],\n  \"orderItem\": [\n    {\n      \"id\": \"1\",\n      \"action\": \"add\",\n      \"service\": {\n        \"name\": \"vFW0001\",\n        \"serviceState\": \"active\",\n        \"serviceSpecification\": {\n          \"id\": \"3dd3923d-1681-4f5b-99bb-f695ab147004\"\n        }\n      }\n    }\n  ]\n}"
30                                 },
31                                 "description": ""
32                         },
33                         "response": []
34                 },
35                 {
36                         "name": "ServiceOrder2",
37                         "request": {
38                                 "url": "http://127.0.0.1:8090/serviceOrder",
39                                 "method": "POST",
40                                 "header": [
41                                         {
42                                                 "key": "Accept",
43                                                 "value": "application/json",
44                                                 "description": ""
45                                         },
46                                         {
47                                                 "key": "Content-Type",
48                                                 "value": "application/json",
49                                                 "description": ""
50                                         }
51                                 ],
52                                 "body": {
53                                         "mode": "raw",
54                                         "raw": "{\n  \"externalId\": \"NBI-SO002\",\n  \"priority\": \"1\",\n  \"description\": \"Firevall service ordering on customer not specified - added to generic customer\",\n  \"category\": \"Consumer\",\n  \"requestedStartDate\": \"2018-02-28T13:33:37.299Z\",\n  \"requestedCompletionDate\": \"2018-02-28T13:33:37.299Z\",\n  \"orderItem\": [\n    {\n      \"id\": \"1\",\n      \"action\": \"add\",\n      \"service\": {\n        \"name\": \"vFW0002\",\n        \"serviceState\": \"active\",\n        \"serviceSpecification\": {\n          \"id\": \"3dd3923d-1681-4f5b-99bb-f695ab147004\"\n        }\n      }\n    }\n  ]\n}"
55                                 },
56                                 "description": ""
57                         },
58                         "response": []
59                 },
60                 {
61                         "name": "ServiceOrder3",
62                         "request": {
63                                 "url": "http://127.0.0.1:8090/serviceOrder",
64                                 "method": "POST",
65                                 "header": [
66                                         {
67                                                 "key": "Accept",
68                                                 "value": "application/json",
69                                                 "description": ""
70                                         },
71                                         {
72                                                 "key": "Content-Type",
73                                                 "value": "application/json",
74                                                 "description": ""
75                                         }
76                                 ],
77                                 "body": {
78                                         "mode": "raw",
79                                         "raw": "{\n  \"externalId\": \"LudONAP002\",\n  \"priority\": \"1\",\n  \"description\": \"Ludo  ONAP Order\",\n  \"category\": \"Consumer\",\n  \"requestedStartDate\": \"2018-02-28T13:33:37.299Z\",\n  \"requestedCompletionDate\": \"2018-02-28T13:33:37.299Z\",\n  \"orderItem\": [\n    {\n      \"id\": \"1\",\n      \"action\": \"add\",\n      \"service\": {\n        \"name\": \"vFW0002\",\n        \"serviceState\": \"active\",\n        \"serviceSpecification\": {\n          \"id\": \"3dd3923d-1681-4f5b-99bb-f695ab147004\"\n        }\n      }\n    }\n  ]\n}"
80                                 },
81                                 "description": ""
82                         },
83                         "response": []
84                 }
85         ]
86 }