summaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/test/resources/payloads/named-queries/customer.SvcSubscriberModelInfo-1.0.json
diff options
context:
space:
mode:
Diffstat (limited to 'aai-traversal/src/test/resources/payloads/named-queries/customer.SvcSubscriberModelInfo-1.0.json')
-rw-r--r--aai-traversal/src/test/resources/payloads/named-queries/customer.SvcSubscriberModelInfo-1.0.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/aai-traversal/src/test/resources/payloads/named-queries/customer.SvcSubscriberModelInfo-1.0.json b/aai-traversal/src/test/resources/payloads/named-queries/customer.SvcSubscriberModelInfo-1.0.json
new file mode 100644
index 0000000..4f010bb
--- /dev/null
+++ b/aai-traversal/src/test/resources/payloads/named-queries/customer.SvcSubscriberModelInfo-1.0.json
@@ -0,0 +1,13 @@
+{
+ "global-customer-id": "junit-global-customer-id",
+ "subscriber-name": "junit-subscriber",
+ "subscriber-type": "CUST",
+ "service-subscriptions": {"service-subscription": [ {
+ "service-type": "junit-service-type",
+ "service-instances": {"service-instance": [ {
+ "service-instance-id": "junit-service-instance-id",
+ "model-invariant-id": "junit-model-invariant-id",
+ "model-version-id": "junit-model-version-id"
+ }]}
+ }]}
+} \ No newline at end of file