hi everybody,
i created an api service with codeless, it is post request :
- i send a serial number
- service updates a property on a table on which row that its serial number matches mine.
- i tested it in backendless console with invoke button, every thing is what i want.
my problem: when i try to send request with post man, it give me an error:
{
“code”: 14004,
“message”: “Service invocation failed: ExceptionClass:"RuntimeException" {Msg:"com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value\n at [Source: "----------------------------402423429253811955971116\r\nContent-Disposition: form-data; name="serial_number"\r\n\r\n\"123456789\"\r\n----------------------------402423429253811955971116–\r\n"; line: 1, column: 55]", Cause:"Illegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value\n at [Source: "----------------------------402423429253811955971116\r\nContent-Disposition: form-data; name="serial_number"\r\n\r\n\"123456789\"\r\n----------------------------402423429253811955971116–\r\n"; line: 1, column: 55]"}”,
“errorData”: {}
}
i’m waiting, thanks for your help.