Can i do to reply note with API? it is possible? you can help me with a example?
Date
Votes
1 comment
-
Alejandro Gutierrez I can do it.. i have used Reply schema. this is a example:
dReply = {
'entity':{'type':'Note','id':intIdNote},
'content':'Test Reply'
}
sg.create("Reply",dReply)
Please sign in to leave a comment.