diff options
Diffstat (limited to 'aai-traversal/src/test/resources/payloads/templates/customer.json')
-rw-r--r-- | aai-traversal/src/test/resources/payloads/templates/customer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-traversal/src/test/resources/payloads/templates/customer.json b/aai-traversal/src/test/resources/payloads/templates/customer.json new file mode 100644 index 0000000..a4b967c --- /dev/null +++ b/aai-traversal/src/test/resources/payloads/templates/customer.json @@ -0,0 +1,5 @@ +{ + "global-customer-id": "global-cust-id1", + "subscriber-name": "customer-subscriber-name", + "subscriber-type": "CUST" +}
\ No newline at end of file |