diff options
Diffstat (limited to 'csit/data/ncmp/bookstoreUpdateExample.json')
-rw-r--r-- | csit/data/ncmp/bookstoreUpdateExample.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/csit/data/ncmp/bookstoreUpdateExample.json b/csit/data/ncmp/bookstoreUpdateExample.json new file mode 100644 index 0000000000..2614b59222 --- /dev/null +++ b/csit/data/ncmp/bookstoreUpdateExample.json @@ -0,0 +1,8 @@ +{ + "categories": [ + { + "code": "01", + "name": "Updated Sci-Fi Category Name" + } + ] +}
\ No newline at end of file |