Forum Post: RE: Rest API Call setBinaryField() for sending attachment to Rollbase

  • Thread starter Thread starter Ricardo Rafols
  • Start date Start date
Status
Not open for further replies.
R

Ricardo Rafols

Guest
The content length is the total characters of your objHTTP.Send. my example: sessionId=59d93c0189c346fdaa20e54459313d83%401&id=306212&fieldName=file&fileName=test.pdf&objName=teste_templates&contentType=application%2Fpdf&value=teste the length is 155. when I change for a base 64, the length is 106006 another example: sessionId=59d93c0189c346fdaa20e54459313d83%401&id=306212&fieldName=file&fileName=test.pdf&objName=teste_templates&contentType=application%2Fpdf&value=teste&output=xml the length is 166. The error No URL parameter "sessionId" (case-sensitive) means your session ID is expired or not filled.

Continue reading...
 
Status
Not open for further replies.
Back
Top