ravidusing7
New member
- Joined
- Sep 15, 2023
- Messages
- 1
- Programming Experience
- 1-3
I do not have any idea how to create below JSON request below using C#
Below is the result set.
Below is the JSON payload i want to create using C#
{ "order_id": "10323730", "carton_no": "002", "qrcodes": { "F2VFN080": [ "lvs-d1PaZGmyfx", "7BhoKm4Hy1", "lvs-wGToHhv4zW" ], "F2VFN082": [ "bKQ9UuTzA3", "vs-EhnmkgBVdF" ], "F2VFN084": [ "fEdJRaVBSH", "A0MxquSd" ] } }
Please help me
Below is the result set.
Below is the JSON payload i want to create using C#
{ "order_id": "10323730", "carton_no": "002", "qrcodes": { "F2VFN080": [ "lvs-d1PaZGmyfx", "7BhoKm4Hy1", "lvs-wGToHhv4zW" ], "F2VFN082": [ "bKQ9UuTzA3", "vs-EhnmkgBVdF" ], "F2VFN084": [ "fEdJRaVBSH", "A0MxquSd" ] } }
Please help me