Part Number: TI-API
What steps can I take to resolve error codes for different scenarios?
This thread has been locked.
| Scenario | Error details | Remediation steps |
| Invalid JSON request passed, so we cannot process their request | {
"errors": [
{
"errorCode": "ERR-TICOM-ORDER-API-0400",
"section": "Generic",
"type": "Validation",
"reason": "Invalid Syntax in request JSON",
"message": "There is an error in the syntax. Please correct the syntax (i.e extra comma, missing comma, missing bracket, etc.) and try again."
}
]
} |
Please check the input JSON for any syntax errors and try the request again. |
**Attention** This is a public forum