how to pass or send ID's dynamically in id
array as batch 10 ID's at a time and serialize and deserialize in C#
{
"custom": {
"static": {
"items": [
{
"collection": {
"id": [ xxxxx,xxxx,xxxx....
]
}
}
]
}
},
"output": ["id",
"status.serial.code",
"status.serial.date"],
"size": 1000
Expected : 1) Single Json string with dynamic Id's from List or dictionary collection 2) Getting response for each 10 Id's from batch List/Dictionary collection