I am trying to use the HTTP request. Authentication is ok but I can’t get the body correct. I found posts about using 2 double quotes and some showed 3. I have tried with both.
{
“”_key"“+”“1029384||Acme Widget Corp||0.319"”,
““Analyst Notes””:““Here are Default notes To test With””,
““SNIncident””:““102938001"”.,
““AribaConfirmation””:”“000AX9381"”
}
and with 3
{
“”“_key”“”:“”“1029384||Acme Widget Corp||0.319"”“,
“”“Analyst Notes””“:”““Here are Default notes To test With””“,
“”“SNIncident””“:”““102938001"””.,
“”“AribaConfirmation”“”:“”“000AX9381"”"
}
I have put double quotes around the whole thing
“{
“”_key”“+”“1029384||Acme Widget Corp||0.319"”,
““Analyst Notes””:““Here are Default notes To test With””,
““SNIncident””:““102938001"”.,
““AribaConfirmation””:”“000AX9381"”
}"
and with 3 double quotes
“{
“””_key"“”:“”“1029384||Acme Widget Corp||0.319"”“,
“”“Analyst Notes””“:”““Here are Default notes To test With””“,
“”“SNIncident””“:”““102938001"””,
“”“AribaConfirmation”“”:“”“000AX9381"”"
}"
Not matter what flavor I use I always get an error Compiler errors( encountered processing expresion … String constants must end with a double quote.
I also tried using variables, and using CHR(34)+ to no avail. I simply can’t get the double quotes into the body. I am using Studio 21.4.5.