PROTEL PORTAL PLUS
Online documentation
Response Status Codes
• 200: OK
• 401: Unauthorized. Returned when trying to execute an authenticated method without valid credentials.
• 404: Not Found. Data or method is not found.
• 405: Method not allowed. Returned when trying to execute with a wrong method (Example: using GET when you should be using POST)
• 500: Internal Server Error. There was an error when executing a method. The message field contains details of the error from PortalExceptionInfo
Sample System Error
Invalid username\\password for request.
{"ErrorCode":2,"Message":"Invalid username\\password for request. [Action:GetPartyInfo]","SubServiceErrorCode":null,"Time":"\/Date(1376318163139+0300)\/"}
If you receive this error, you should check username and password given in your request.