From 9ac6c3cc7e3f4aec9ba69e7a5bb0800471c4e8dc Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Wed, 28 Mar 2018 17:12:51 +0200 Subject: Add service inventory - Add service inventory operations get and find - Consumes AAI - Add tests Change-Id: If04ada259b7a172c1dbaac3649047cdb2d9dd5bc Issue-ID: EXTAPI-39 Signed-off-by: MatthieuGeerebaert --- src/test/resources/mappings/aai_put_customer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/test/resources/mappings/aai_put_customer.json (limited to 'src/test/resources/mappings/aai_put_customer.json') diff --git a/src/test/resources/mappings/aai_put_customer.json b/src/test/resources/mappings/aai_put_customer.json new file mode 100644 index 0000000..ec28b72 --- /dev/null +++ b/src/test/resources/mappings/aai_put_customer.json @@ -0,0 +1,12 @@ +{ + "request": { + "method": "PUT", + "url": "/aai/v11/business/customers/customer/new" + }, + "response": { + "status": 201, + "headers": { + "Content-Type": "application/json" + } + } +} \ No newline at end of file -- cgit 1.2.3-korg