API call to put text in a multi-line text field
How via an external API call do I have to format data for a multi-line text entry field in Quickbase? I have properly obtained the JSON data but I cannot figure out how to properly format it to put it back in another multi-line text field. This is how the data looks, but it gives me an error each time I try to place it in the field.
"Status: |incomplete\r\n\r\nTroubleshooting steps: |arrived onsite to troubleshoot the connection between a wall plate port and a pharmacy pc. port ph19 is not live. tried 2 patch cables neither worked. plugged pc into port ph 18 and the pc worked. i went back to the switch in the bathroom and traced thevcable from the patch panel to the switch fir ph19 and it was dead. tried a new patch cable, nothing. at this point the pharmacist told me that they were remodeling the pharmacy and there were guys running up in the ceiling and thay is when this problem started. im sure the cable was damaged in the ceiling and a new homerun cable needs ran from port ph19 to the switch inbthe bathroom of the pharmacy.\r\n\r\nMOD Name: |\r\n\r\nCheck-In: |5.00\r\n\r\nCheck Out: |6.15\r\n\r\nDelays on site: |\r"
The error I am getting makes it appear as if its a formating issue, and here is the error:
Failure on {"message":"Invalid Input","description":"Expected ',' or '}' after property value in JSON at position 336"}
and here is my API call:
------------------------------
William Hunter
------------------------------