Hello all,
I would like to vary a data item for a PUT to give random references that I defined in a table beforehand.
Example:
My body:
{
“ecoparticipations”: [
{
“productReference”: {{ReferenceEcopart}},
“type”: “ECO_DDS_ITEM”,
“startDate”: “2020-12-20”,
“amount”: 6
}
]
}
I would like to variable each value with random data that I would have defined in a table.
Example:
ProductReference table: [777765413, 777791817, 777702826, 71625278, 787262552]
amount array: [16, 78, 3, 99, 66]
Is it possible to randomly recover it is given to put them in my body?
Thank you for your help !
PS: sorry for my english i’m french people