Skip to main contentCommon HTTP Errors
400 Bad Request
Problem: Invalid request parameters or body.
Solution:
- Check request body format
- Verify all required fields are present
- Validate data types
- Check for proper date formats (YYYY-MM-DD)
404 Not Found
Problem: Resource doesn’t exist.
Solution:
- Verify IDs are correct
- Check if resource was deleted
- Ensure proper endpoint URL
500 Server Error
Problem: Server-side issue.
Solution:
- Retry request after a delay
- Check Status Page
- Contact support if persistent
Data Validation Issues
Problem: Party creation/update fails.
Solution: