IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Adding a Private Note using REST

    Posted 12/28/19 10:48 AM

    Dear All,

    Is there any way to add a Note using REST Api. The rest API mentioned in Wiki doesn’t seems to be working.

    http://agileappscloud.info/aawiki/index.php/REST_API:Add_a_Note


    #webMethods
    #webMethods-BPMS
    #AgileApps


  • 2.  RE: Adding a Private Note using REST

    Posted 12/30/19 02:00 AM

    Hi Farid Yar Khan,

    As mentioned in the wiki it is working fine. Please find the below payload and URL which worked. In the payload type is objectname and related_to need to pass record id of the record.

    URL: http://{domainName}/networking/rest/record/history
    Method: POST
    Headers: Content-Type:application/xml
    Payload:


    <visible_to_customer>0</visible_to_customer>
    DESCRIPTION
    <related_to type=“cases”>668909767</related_to>
    29

    Regards,
    Mounika


    #AgileApps
    #webMethods-BPMS
    #webMethods