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: v2积压财务文档 API 错误代码和含义(part 1 of 2)

  • 具体场景 错误详情 补救步骤
    缺失输入 
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0016",
    			"type": "ERROR",
    			"reason": "Missing Input",
    			"message": "Input cannot be null or empty. Enter a valid input."
    		}
    	]
    }
    输入缺失,不能为空。 请输入有效的输入。 如果需要进一步的帮助,请通过联系 TI API 支持 api-portal.ti.com/support
    缺失CustomerGlobalIdentifier
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0010",
    			"type": "ERROR",
    			"reason": "Missing CustomerGlobalIdentifier",
    			"message": " CustomerGlobalIdentifier is required. Contact TI API Support https://api-portal.ti.com/support for assistance."
    		}
    	]
    }
    CustomerGlobalIdentifier 是必需的,不能为空。 如需帮助,请联系TI API支持 api-portal.ti.com/support
    缺失或无效的 soldToAccountNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0020",
    			"type": "ERROR",
    			"reason": "ERROR",
    			"message": " soldToAccountNumber cannot be null or empty or is not valid. Enter a valid soldToAccountNumber and resubmit request."
    		}
    	]
    }
    soldToAccountNumber 无效或缺失,不能为空。 请输入有效的 soldToAccountNumber 并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support
    无效的soldToAccountNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0021",
    			"type": "ERROR",
    			"reason": "ERROR",
    			"message": " soldToAccountNumber cannot exceed 17 characters in length. Enter a valid soldToAccountNumber up to 17 characters and resubmit request."
    		}
    	]
    }
    soldToAccountNumber 超过最大长度17个字符。 输入不超过17个字符的有效 soldToAccountNumber,然后重新提交请求。 如果需要进一步的帮助,请联系TI API支持 api-portal.ti.com/support
    所需的标识符之一 
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0030",
    			"type": "ERROR",
    			"reason": "One Identifier required",
    			"message": "One of the following identifiers orderNumber or financialDocumentNumber or deliveryNumber or customerPurchaseOrderNumber is required.  Enter one of the valid Identifiers and resubmit request. "
    		}
    	]
    }
    只需要一个字段。 请输入以下有效字段之一:OrderNumber 或 financialDocumentNumber PurchyNumber 或 customerdeliveraseOrderNumber、然后重新提交请求。 如果需要进一步的帮助,请联系TI API 支持 api-portal.ti.com/support
    只填充一个标识符 
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0031",
    			"type": "ERROR",
    			"reason": "Populate only one Identifier",
    			"message": "Only one of the following identifiers orderNumber or financialDocumentNumber or deliveryNumber or customerPurchaseOrderNumber can be provided. Enter one of the valid Identifiers and resubmit request. "
    		}
    	]
    }
    只能填充一个字段。 输入以下有效字段之一:OrderNumber 或 financialDocumentNumber 或 PurchyNumber 或 customeraseOrderNumber,然后重新提交请求。 如果需要进一步的帮助,请联系TI API支持api-portal.ti.com/support
    无效的financialDocumentNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0040",
    			"type": "ERROR",
    			"reason": "Invalid  financialDocumentNumber",
    			"message": " financialDocumentNumber cannot exceed 10 characters in length. Enter a valid financialDocumentNumber up to 10 characters and resubmit request."
    		}
    	]
    }
    finialDocumentNumber 不能超过10个字符的最大长度。 请输入不超过10个字符的有效财务文档编号,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API支持 api-portal.ti.com/support
    无效的orderNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0041",
    			"type": "ERROR",
    			"reason": "ERROR",
    			"message": " orderNumber cannot exceed 10 characters in length. Enter a valid orderNumber up to 10 characters and resubmit request."
    		}
    	]
    }
    OrderNumber 不能超过10个字符的最大长度。 输入不超过10个字符的OrderNumber,然后重新提交请求。 如果需要进一步的帮助,请联系TI API 支持 api-portal.ti.com/support
    无效的deliveryNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0042",
    			"type": "ERROR",
    			"reason": "Invalid deliveryNumber",
    			"message": " deliveryNumber cannot exceed 10 characters in length. Enter a valid deliveryNumber up to 10 characters and resubmit request.."
    		}
    	]
    }
    deliveryNumber 不能超过10个字符的最大长度。 请输入不超过10个字符的有效 deliveryNumber,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support
    无效的 customerPurchaseOrderNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0043",
    			"type": "ERROR",
    			"reason": "Invalid customerPurchaseOrderNumber",
    			"message": " customerPurchaseOrderNumber cannot exceed 35 characters in length. Enter a valid customerPurchaseOrderNumber up to 35 characters and resubmit request."
    		}
    	]
    }
    customerPurchaseOrderNumber 超出最大长度35个字符。 请输入不超过35个字符的有效customer PurchaseOrderNumber,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support
    无效的状态 
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0044",
    			"type": "ERROR",
    			"reason": "Invalid status",
    			"message": " status cannot exceed 10 characters in length. Enter a valid status up to 10 characters and resubmit request."
    		}
    	]
    }
    状态超过10个字符的最大长度。 请输入不超过10个字符的有效状态,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support
    无效的startDate
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0045",
    			"type": "ERROR",
    			"reason": "Invalid startDate",
    			"message": " startDate does not have a valid date format.  Verify and correct the startDate format to YYYY-MM-DD and resubmit request."
    		}
    	]
    }
    startDate 的日期格式无效。 请将有效的 startDate 格式输入到 YYY-MM-DD 并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support
    无效的endDate
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0046",
    			"type": "ERROR",
    			"reason": "Invalid endDate",
    			"message": " endDate does not have a valid date format. Verify and correct the endDate format to YYYY-MM-DD and resubmit request."
    		}
    	]
    }
    endDate的日期格式无效。 请将有效的endDate格式输入到 YYY-MM-DD 并重新提交请求。 如需进一步帮助,请联系TI API 支持 api-portal.ti.com/support
    requestInvoicePDF必须有数值
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0047",
    			"type": "ERROR",
    			"reason": "requestInvoicePDF must have valid value",
    			"message": "Pass "true" as the value if a PDF is desired. Otherwise the field should be blank.. Otherwise the field should be blank or false."
    		}
    	]
    }
    如果需要 PDF,那么 requestInvoicePDF 值必须为 true 或 false。 请输入 X 以接收 PDF;否则该字段将默认为 false。 如果需要进一步的帮助、请联系 TI API 支持 api-portal.ti.com/support
    不是有效编号 finialDocumentNumber 
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0048",
    			"type": "ERROR",
    			"reason": "financialDocumentNumber is not a Invalid Number",
    			"message": " financialDocumentNumber does not have a valid numeric format. Verify and correct the financialDocumentNumber format to contain numeric digits and resubmit request."
    		}
    	]
    }
    finialDocumentNumber 不是有效的数字编号。 输入包含数字的有效财务文档编号,然后重新提交请求。 如果需要进一步的帮助,请联系TI API 支持api-portal.ti.com/support
    不是有效编号 orderNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0049",
    			"type": "ERROR",
    			"reason": "orderNumber is not a Invalid Number",
    			"message": " orderNumber does not have a valid numeric format. Verify and correct the orderNumber format to contain numeric digits and resubmit request."
    		}
    	]
    }
    OrderNumber 不是有效的数字。请 输入包含数字的有效OrderNumber,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support
    不是有效编号deliveryNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0050",
    			"type": "ERROR",
    			"reason": "deliveryNumber is not a Invalid Number",
    			"message": " deliveryNumber does not have a valid numeric format. Verify and correct the deliveryNumber format to contain numeric digits and resubmit request."
    		}
    	]
    }
    deliveryNumber 不是有效的数字。 输入包含数字的有效 deliveryNumber 并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support
    出现 TI API 系统错误,连接被拒绝(连接被拒绝) 
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0500",
    			"type": "ERROR",
    			"reason": "TI API system error occurred  Connection refused",
    			"message": " Contact TI API Support https://api-portal.ti.com/support with the following details: error code, error message and API endpoint."
    		}
    	]
    }
    发生系统错误或连接被拒绝。  请联系TI API支持 api-portal.ti.com/support 并提供所有详细信息,例如错误消息、错误代码、API 端点以及遇到的任何其他错误。 
    TI API 由于系统维护暂不可用
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0510",
    			"type": "ERROR",
    			"reason": "TI API unavailable for scheduled maintenance",
    			"message": "This TI API is currently unavailable between $OutageStart and $OutageEnd $timeZoneStr for scheduled system maintenance. Resubmit request after maintenance has ended."
    		}
    	]
    }
    由于计划的系统维护,TI API 系统当前不可用。 请在维护结束后重新提交您的请求。 如果在计划维护结束后仍遇到问题,请联系 TI API 支持 api-portal.ti.com/support
    {}

    可参阅 v2积压财务文档 API 错误代码和含义(part 2 of 2)