aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCoreBPMN/src/test/resources/json-examples/SDNCServiceResponseExample.json
blob: aefdfa8685921469260db20ceb67bae4b9f6917e (plain)
1
2
3
4
5
6
7
8
9
10
{
	"SDNCServiceResponse": {
		"responseCode": "200",
		"ackFinalIndicator": "Y",
		"params": {
			"e2e-vpn-key": "my-key"
		},
		"sdncRequestId": "my-id"
	}
}