diff options
author | 2019-09-25 15:24:32 +0100 | |
---|---|---|
committer | 2019-09-26 08:54:50 +0100 | |
commit | 6bd3f6cc4d34a6b97c23fe7c8deccf527128a19b (patch) | |
tree | 56dba3e1cabc83d27d10e54af964952bdbd15c1c /tests/so/etsi/data/serviceDeleteRequest.json | |
parent | a1f84a15cf98925a334062bfd912c9097c1b5be5 (diff) |
Create service delete test
Change-Id: I01e2539df365d2c40ec9bab8c3f3f30553d61d04
Issue-ID: SO-2342
Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'tests/so/etsi/data/serviceDeleteRequest.json')
-rw-r--r-- | tests/so/etsi/data/serviceDeleteRequest.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/so/etsi/data/serviceDeleteRequest.json b/tests/so/etsi/data/serviceDeleteRequest.json new file mode 100644 index 00000000..257b0673 --- /dev/null +++ b/tests/so/etsi/data/serviceDeleteRequest.json @@ -0,0 +1,19 @@ +{ + "requestDetails": { + "modelInfo": { + "modelType": "service", + "modelInvariantId": "0ddc448d-5513-44bc-8b02-5759d84600d5", + "modelVersionId": "28d4acf3-4791-4998-8d06-1cdf6d1767a9", + "modelName": "manualDistributionTestService", + "modelVersion": "1.0" + }, + "requestInfo": { + "source": "VID", + "requestorId": "demo" + }, + "requestParameters": { + "testApi": "GR_API", + "aLaCarte": true + } + } +}
\ No newline at end of file |