Hi,
Can anyone suggest what is the exact syntax that has to be used for XOMAutoTaskInvokeIntegrationProcedure implementation. I have used the below syntax in Autotask parameters as per the documentation
{
"ProcedureName" : "Type_SubType"
}
But I am getting error saying Unexpected Character ('''
Hi @Venkatesh Reddy - I believe your Syntax is correct:
{
"ProcedureName" : "Type_SubType"
}
However, if you are receiving an error saying "Unexpected Character ('''," it indicates that there may be an issue with the syntax or formatting of the JSON object.
To troubleshoot this error, you can check for any missing or extra characters, such as quotation marks or commas, in the syntax. Make sure that the JSON object is properly formatted and all required fields are included.