aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai/aai_put_customer_service.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/mappings/aai/aai_put_customer_service.json')
-rw-r--r--src/test/resources/mappings/aai/aai_put_customer_service.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/resources/mappings/aai/aai_put_customer_service.json b/src/test/resources/mappings/aai/aai_put_customer_service.json
new file mode 100644
index 0000000..98ed133
--- /dev/null
+++ b/src/test/resources/mappings/aai/aai_put_customer_service.json
@@ -0,0 +1,12 @@
+{
+ "request": {
+ "method": "PUT",
+ "url": "/aai/v14/business/customers/customer/new/service-subscriptions/service-subscription/vFW"
+ },
+ "response": {
+ "status": 201,
+ "headers": {
+ "Content-Type": "application/json"
+ }
+ }
+}