diff options
author | 2018-03-28 17:12:51 +0200 | |
---|---|---|
committer | 2018-04-03 23:36:25 +0200 | |
commit | 9ac6c3cc7e3f4aec9ba69e7a5bb0800471c4e8dc (patch) | |
tree | 55122c3e6f668250d19d917e668066cf8647f125 /src/test/resources/mappings/aai_put_customer.json | |
parent | 99bf586a6eb9799c4f33e43976d741f2807ea287 (diff) |
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 <matthieu.geerebaert@orange.com>
Diffstat (limited to 'src/test/resources/mappings/aai_put_customer.json')
-rw-r--r-- | src/test/resources/mappings/aai_put_customer.json | 12 |
1 files changed, 12 insertions, 0 deletions
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 |