This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] TI-API: 积压汇款建议 API 错误代码和含义

Part Number: TI-API

积压汇款建议 API 错误代码的含义是什么?

E2E原帖:e2e.ti.com/.../faq-ti-api-backlog-remittance-advice-api-error-codes-and-meanings

  • 具体场景 错误详情 补救步骤
    无效的JSON 有效载荷  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40002",
    			"Type": "ERROR",
    			"Message": "Invalid JSON input. Pass a valid json input."
    		}
    	]
    }
    请递交有效的 json 输入。 
    JSON 有效载荷为空   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40016",
    			"Type": "ERROR",
    			"Message": "JSON payload cannot be blank. Resubmit request with a valid payload."
    		}
    	]
    }
    请使用有效载荷重新提交请求。 
    缺失CustomerGlobalIdentifier 
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40010",
    			"Type": "ERROR",
    			"Message": "CustomerGlobalIdentifier is required. Contact TI API Support (https://api-portal.ti.com/support)."
    		}
    	]
    }
    请联系TI API支持 (api-portal.ti.com/support).
    缺失CustomerRemittanceAdviceIdentifier  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40020",
    			"Type": "ERROR",
    			"Message": "Provide CustomerRemittanceAdviceIdentifier  and resubmit the request."
    		}
    	]
    }
    请提供 CustomerRemitanceAdviseIdentifier 并重新提交请求。 
    CustomerRemitanceAdviseIdentifier 的长度超过35个字符   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40030",
    			"Type": "ERROR",
    			"Message": "CustomerRemittanceAdviceIdentifier cannot exceed 35 characters in length. cannot exceed 35 characters. Check CustomerRemittanceAdviceIdentifier and resubmit the request."
    		}
    	]
    }
    请检查 CustomerRemitanceAdviseIdentifier 并重新提交请求。 
    缺失CustomerPayerIdentifier  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40040",
    			"Type": "ERROR",
    			"Message": "Provide CustomerPayerIdentifier and resubmit the request."
    		}
    	]
    }
    请提供 CustomerPayerIdentifier并重新提交请求。
     
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40050",
    			"Type": "ERROR",
    			"Message": "CustomerPayerIdentifier cannot exceed 35 characters. Check CustomerPayerIdentifier and resubmit the request."
    		}
    	]
    }
    请检查 CustomerPayerIdentifier 并重新提交请求。 
    无法找到CustomerPayerIdentifier  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40054",
    			"Type": "ERROR",
    			"Message": "CustomerPayerIdentifier cannot be found. Check CustomerPayerIdentifier and resubmit the request."
    		}
    	]
    }
    请检查 CustomerPayerIdentifier 并重新提交请求。 
    缺失CustomerPaymentAmount  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40060",
    			"Type": "ERROR",
    			"Message": "Provide CustomerPaymentAmount and resubmit the request."
    		}
    	]
    }
    请提供 CustomerPaymentAmount 并重新提交请求。 
    CustomerPaymentAmount 超过15个字符   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40070",
    			"Type": "ERROR",
    			"Message": "CustomerPaymentAmount cannot exceed 15 characters. Check CustomerPaymentAmount and resubmit the request."
    		}
    	]
    }
    请检查CustomerPaymentAmount 并重新提交请求。 
    CustomerPaymentAmount为无效的数字格式   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40080",
    			"Type": "ERROR",
    			"Message": "CustomerPaymentAmount must be a number. Check CustomerPaymentAmount and resubmit the request."
    		}
    	]
    }
    请检查CustomerPaymentAmount并重新提交请求。 
    缺失CustomerCurrency  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40090",
    			"Type": "ERROR",
    			"Message": "Provide CustomerCurrency and resubmit the request."
    		}
    	]
    }
    请提供CustomerCurrency并重新提交请求。 
    CustomerCurrency长度超过5个字符   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40100",
    			"Type": "ERROR",
    			"Message": "CustomerCurrency cannot exceed 5 characters in length. Check CustomerCurrency and resubmit the request."
    		}
    	]
    }
    请检查CustomerCurrency并重新提交请求。 
    缺失CustomerNetPaymentAmount  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40110",
    			"Type": "ERROR",
    			"Message": "Provide CustomerNetPaymentAmount and resubmit the request."
    		}
    	]
    }
    请提供CustomerNetPaymentAmount并重新提交请求。 
    CustomerNetPaymentAmount长度超过15个字符   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40120",
    			"Type": "ERROR",
    			"Message": "CustomerNetPaymentAmount cannot exceed 15 characters in length. Check CustomerNetPaymentAmount and resubmit the request."
    		}
    	]
    }
    请检查CustomerNetPaymentAmount并重新提交请求。 
    CustomerNetPaymentAmount为无效的数字格式   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40130",
    			"Type": "ERROR",
    			"Message": "CustomerNetPaymentAmount must be a number. Check CustomerNetPaymentAmount and resubmit the request."
    		}
    	]
    }
    请检查CustomerNetPaymentAmount并重新提交请求。 
    缺失SupplierFinancialDocumentIdentifier 和 CustomerFinancialDocumentIdentifier  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40140",
    			"Type": "ERROR",
    			"Message": "Provide either SupplierFinancialDocumentIdentifier or CustomerFinancialDocumentIdentifier and resubmit the request."
    		}
    	]
    }
    请提供SupplierFinancialDocumentIdentifier或CustomerFinancialDocumentIdentifier并重新提交请求。 
    SupplierFinancialDocumentIdentifier超过10个字符   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40150",
    			"Type": "ERROR",
    			"Message": "SupplierFinancialDocumentIdentifier cannot exceed 10 characters. Check SupplierFinancialDocumentIdentifier and resubmit the request."
    		}
    	]
    }
    请检查 SupplierFinancialDocumentIdentifier 并重新提交请求。
    CustomerFinancialDocumentIdentifier长度超过16个字符   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-40160",
    			"Type": "ERROR",
    			"Message": "CustomerFinancialDocumentIdentifier cannot exceed 16 characters in length. Check CustomerFinancialDocumentIdentifier and resubmit the request."
    		}
    	]
    }
    请检查 CustomerFinancialDocumentIdentifier 并重新提交请求。
    发生系统错误   
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-50000",
    			"Type": "ERROR",
    			"Message": "System error occurred. Execution ID: execution-... Contact TI API Support (https://api-portal.ti.com/support) with execution ID."
    		}
    	]
    }
    请使用执行ID联系TI API 支持 (api-portal.ti.com/support) 
    按计划维护中,API不可用  
    {
    	"errors": [
    		{
    			"Code": "TI-RMA-51000",
    			"Type": "ERROR",
    			"Message": "This API is currently unavailable between ... and ... Retry at a later time."
    		}
    	]
    }
    请稍后再试。
    访问令牌无效   
    {
    	"errors": [
    		{
    			"Code": "TI-API-00421",
    			"Type": "ERROR",
    			"Message": "Invalid Access Token. Check for invalid credentials."
    		}
    	]
    }
    请检查无效凭据。 
    访问令牌已过期   
    {
    	"errors": [
    		{
    			"Code": "TI-API-00453",
    			"Type": "ERROR",
    			"Message": "Your Access Token has Expired. Please refresh your token. Check for expired OAuth token."
    		}
    	]
    }
    请刷新您的 OAuth 令牌。 
    未找到请求的 API 端点   
    {
    	"errors": [
    		{
    			"Code": "TI-API-00221",
    			"Type": "ERROR",
    			"Message": "No API Endpoint Found. Check API endpoint URL and HTTP method or contact (https://api-portal.ti.com/support)."
    		}
    	]
    }
    请检查 API 端点 URL 和 HTTP 方法或联系 (api-portal.ti.com/support).
    API 暂不可用   
    {
    	"errors": [
    		{
    			"Code": "TI-API-00556 ",
    			"Type": "ERROR",
    			"Message": "This service is temporarily unavailable. Contact (https://api-portal.ti.com/support)."
    		}
    	]
    }
    请联系 (api-portal.ti.com/support).
    缺少付款人帐号   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-001",
    			"Type": "ERROR",
    			"Message": "Payer account number is missing"
    		}
    	]
    }
    请递交有效的 CustomerPayerIdentifier .
    付款人帐号无效   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-002",
    			"Type": "ERROR",
    			"Message": "Payer account number is not valid"
    		}
    	]
    }
    请递交有效的 CustomerPayerIdentifier。 如果问题仍然存在,请联系 TI API 支持  (api-portal.ti.com/support).
    付款金额缺失   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-003",
    			"Type": "ERROR",
    			"Message": "Payment amount is missing"
    		}
    	]
    }
    请递交有效的 CustomerPaymentAmount。 
    发票缺少付款金额   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-004",
    			"Type": "ERROR",
    			"Message": "Payment amount missing for Invoice"
    		}
    	]
    }
    请递交有效的 CustomerNetPaymentAmount。 
    发票编号缺失   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-006",
    			"Type": "ERROR",
    			"Message": "Invoice numbers are missing"
    		}
    	]
    }
    请递交有效的 SupplierFinancialDocumentIdentifier.
    发票编号无效   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-007",
    			"Type": "ERROR",
    			"Message": "Invoice numbers are not valid"
    		}
    	]
    }
    请递交一系列有效的 SupplierFinancialDocumentIdentifier。 
    发票编号无效   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-008009",
    			"Type": "ERROR",
    			"Message": "Invoice number is not valid"
    		}
    	]
    }
    请递交有效的 SupplierFinancialDocumentIdentifier。
    缺少参考编号   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-010",
    			"Type": "ERROR",
    			"Message": "Reference Number is missing"
    		}
    	]
    }
    请递交有效的 CustomerRemittanceAdviceIdentifier。
    更改付款通知时出错   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-011",
    			"Type": "ERROR",
    			"Message": "Error changing payment advice"
    		}
    	]
    }
    请联系TI API 支持 (api-portal.ti.com/support).
    汇款通知已发布   
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-012013",
    			"Type": "ERROR",
    			"Message": "Remittance Advice posted"
    		}
    	]
    }
    仅供参考。 无需采取任何措施。 
    无权创建汇款建议  
    {
    	"errors": [
    		{
    			"Code": "TI-TXT-014",
    			"Type": "ERROR",
    			"Message": "Not authorized to create Remittance Advice"
    		}
    	]
    }
    请递交有效的 CustomerPayerIdentifier。 如问题仍然存在,请联系 TI API 支持  (api-portal.ti.com/support)