0

Reply Note with API, this is possible?

Can i do to reply note with API? it is possible? you can help me with a example?

1 comment

  • 0
    Avatar
    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.