How to send this body from an integration to an externalsystem

From appian i Need to send the below data using integration

{
 
"Guid": "String",

"TypeId":  1

"Comment": "string",

"addColleague": {

"email": "string",  "Name": "string", "Flag": true, "deletedFlag": true, "ID": 2, "idFromsender": "string", "addDeleteUpdate": 1 }

}

How to send the data in the above format from integration .Can I use CDT's 

I have one CDT  were GUid,comment, email,name and idfromsender are present



Can someone please guide

  Discussion posts and replies are publicly visible

Parents Reply
  • When I'm trying to test integration ,getting the below error ..can someone please help


    The requested URL cannot be found

    error-result-guidance

    The external system did not find the requested URL or is refusing to allow access HTTP/1.1 404 Resource Not Found Next Steps

    • Make sure that the URL is correct
    • Make sure you are using the correct credentials for this external system
    • Check the request and response for more details
    • Review the external system's documentation for information on what may have caused the problem
Children