Hello, I have an entity with multiple files field, I can insert the entity correctly via API but if I try to attach the 2 files I have to upload it doesn't upload them.
Do you have an example to insert 2 documents in the file field when I create the entity?
my parameters are :
(
[mittenteType] => Account
[mittenteId] => 6079ae909697b2fc1
[destinatariType] => Account
[destinatariId] => 6079ae909697b2fc1
[classeDocumentale] => Array
(
[0] => Generale
[1] => Sviluppo contributi
)
[name] => Test cedolini
[assignedUserId] => 5d138908a44186a3c
[files] => data:text/plain;base64,W3siaWQiOjY2LCJpZHJlZ29sYSI6MjMsInBhZ 2luYSI6MSwieCI6NzgsInkiOjEyOSwi
)
Do you have an example to insert 2 documents in the file field when I create the entity?
my parameters are :
(
[mittenteType] => Account
[mittenteId] => 6079ae909697b2fc1
[destinatariType] => Account
[destinatariId] => 6079ae909697b2fc1
[classeDocumentale] => Array
(
[0] => Generale
[1] => Sviluppo contributi
)
[name] => Test cedolini
[assignedUserId] => 5d138908a44186a3c
[files] => data:text/plain;base64,W3siaWQiOjY2LCJpZHJlZ29sYSI6MjMsInBhZ 2luYSI6MSwieCI6NzgsInkiOjEyOSwi
)
Comment