AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOCoreBPMN / src / test / resources / json-examples / SDNCServiceResponseExample.json
1 {
2         "SDNCServiceResponse": {
3                 "responseCode": "200",
4                 "ackFinalIndicator": "Y",
5                 "params": {
6                         "e2e-vpn-key": "my-key"
7                 },
8                 "sdncRequestId": "my-id"
9         }
10 }