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 错误代码和含义(第1部分、共2部分)

Guru**** 675400 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/enterprise-automation-integration-group/enterprise-automation-integration/f/enterprise-automation-integration-forum/1219540/faq-ti-api-v2-backlog-financial-document-invoice-api-error-codes-and-meanings-part-1-of-2

器件型号:TI-API

v2财务单据(发票) API 错误代码是什么意思?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    场景 错误详细信息 补救步骤
    输入缺失
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-FIR-API-0016",
    			"type": "ERROR",
    			"reason": "Missing Input",
    			"message": "Input cannot be null or empty. Enter a valid input."
    		}
    	]
    }
    输入缺失、不能为空或为空。 请输入有效的输入。 如果需要更多帮助、请通过 api-portal.ti.com/support 联系 TI API 支持
    缺少客户 GlobalIdentifier
    {
    	"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 deliveryNumber 或 customerPurchaseOrderNumber、然后重新提交请求。 如果需要更多帮助、请联系 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 或 deliveryNumber 或 customerPurchaseOrderNumber、然后重新提交请求。 如果需要更多帮助、请联系 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."
    		}
    	]
    }
    financialDocumentNumber 不能超过10个字符的最大长度。 输入不超过10个字符的有效的 financialDocumentNumber、然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    订单号无效
    {
    	"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个字符的有效交货编号、然后重新提交申请。 如果需要更多帮助、请联系 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个字符的有效 customerPurchaseOrderNumber、然后重新提交请求。 如果需要更多帮助、请联系 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
    无效的起始日期
    {
    	"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
    无效结束日期
    {
    	"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."
    		}
    	]
    }
    结束日期的日期格式无效。 将有效的结束日期格式输入到 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
    不是有效编号 financialDocumentNumber
    {
    	"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."
    		}
    	]
    }
    financialDocumentNumber 不是有效的数字。 输入包含数字的有效 financialDocumentNumber,然后重新提交请求。 如果需要更多帮助、请联系 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 不是有效的数字。 输入包含数字的有效交付编号并重新提交请求。 如果需要更多帮助、请联系 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 错误代码和含义(第2部分、共2部分)