We can not import a cvs file to an user record through REST-API.
We made login to the REST-API, wrote self in owner field and the record internalName.
In the customValues with the following code:
Code: Select all
{
"customValues": {
"FicheiroComTransferencias": "https://mywebsite.com/pagTest.csv"
}
}
Code: Select all
{
"customFields": [
"FicheiroComTransferencias"
],
"customFieldErrors": {
"FicheiroComTransferencias": [
"Ficheiro com transferências é obrigatório"
]
},
"code": "validation"
}