Код:
Код: Выделить всё
rows[row.Id] = new Dictionary {
{
"CostLine.ExternalId", ["123456", "7959587", "8752296"]
}
};
Код: Выделить всё
"rows": {
"9335b339-d283-4175-bb4d-53f133fdee46": {
"costLine.ExternalId": [
"123456"
]
},
"c557f6cc-b443-41ac-9214-601b3cb24326": {
"costLine.ExternalId": [
"7959587", "8752296"
]
}
}
Подробнее здесь: https://stackoverflow.com/questions/788 ... the-output