Hello i’m trying to set relationship record between two records quote and document using postman and it’s not working.
this is my code
{“session”:"$session_id",
“module_name”:“aos_quotes”,
“module_id”:"$quote_id",
“link_field_name”:“documents”,
“related_ids”:["$document_id"]}
And this is what i’m getting in return
{
"created": 0,
"failed": 1,
"deleted": 0
}
Can anyone helps please