Add serviceOrder rest services
[externalapi/nbi.git] / src / test / resources / mappings / so_post_create_service_instance.json
1 {
2     "request": {
3         "method": "POST",
4         "url": "/ecomp/mso/infra/serviceInstance/v4"
5     },
6     "response": {
7         "status": 201,
8         "headers": {
9             "Content-Type": "application/json"
10         },
11         "jsonBody": {
12             "requestReference": {
13                 "instanceId": "instanceId",
14                 "requestId": "requestId"
15             }
16         }
17     }
18 }