Forum Discussion
testspayce
12 years agoOccasional Contributor
Hey Marcus, yes. Here it is.
Without checking the box we return:
<Response xmlns="http:/...">
<description>file stream is null</description>
<errorCode>-100</errorCode>
<success>false</success>
</Response>
When I check the box, we return:
<Response xmlns="http:/...">
<description>session Id required</description>
<errorCode>-100</errorCode>
<success>false</success>
</Response>
I can't ask to change the API, I don't see why all or none params have to be in the body. Seems a clear difference between file and query params?
thanks
Simon