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

https://e2e.ti.com/support/enterprise-automation-integration-group/enterprise-automation-integration/f/enterprise-automation-integration-forum/1220262/faq-ti-api-v2-backlog-order-order-change-api-error-codes-and-meanings-part-1-of-2

v2订单和订单更改 API 错误代码意味着什么?

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

    场景 错误详细信息 补救步骤
     无效的 JSON 输入
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0002",
    			"type": "ERROR",
    			" reason ": "InvalidJSONInput",
    			"message": "JSON input is not valid. Enter a valid JSON input and resubmit request or contact TI API Support        (https://api-portal.ti.com/support for assistance."
    		}
    	]
    }
    JSON 输入无效。  输入有效的 JSON 输入并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support  
    缺少客户 GlobalIdentifier
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0004",
    			"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。
    缺少 customerPurchaseOrderNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0010",
    			"type": "ERROR",
    			"reason": "MissingcustomerPurchaseOrderNumber",
    			"message": "customerPurchaseOrderNumber cannot be null or empty. Enter a valid customer PurchaseOrderNumber and resubmit request."
    		}
    	]
    }
    customerPurchaseOrderNumber 缺失、不能为空或空。  输入有效的 customerPurchaseOrderNumber (客户采购订单)并重新提交申请。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    缺少 customerPurchaseOrderNumber 或 OrderNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0016",
    			"type": "ERROR",
    			"reason": "Missing customerPurchaseOrderNumber or orderNumber",
    			"message": "customerPurchaseOrderNumber or orderNumber cannot be null or empty.  Enter a valid CustomerPurchaseOrderNumber or orderNumber and resubmit request."
    		}
    	]
    }
    
     customerPurchaseOrderNumber 或 OrderNumber 不能为空或空。  输入有效的客户采购订单号(客户采购订单)或订单号(供应商订单)、然后重新提交申请。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    customerPurchaseOrderNumber 无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0020",
    			"type": "ERROR",
    			"reason": "Invalid customerPurchaseOrderNumber",
    			"message": "CustomerPurchaseOrderNumber cannot exceed 35 characters in length. Enter a valid customerPurchaseOrderNumber up to 35 characters and resubmit the request."
    		}
    	]
    }

    customerPurchaseOrderNumber 超过35个字符的最大长度。  输入不超过35个字符的有效 customerPurchaseOrderNumber、然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    购买顺序日期无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0030",
    			"type": "ERROR",
    			"reason": "InvalidpurchaseOrderDate",
    			"message": "purchaseOrderDate does not have a valid date format. Verify and correct the purchaseOrderDate format to YYYY-MM-DD and resubmit request."
    		}
    	]
    }
    购买顺序日期的日期格式无效。  输入有效的购买顺序日期格式 YYY-MM-DD、然后重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    无效的客户 GlobalIdentifier

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0040",
    			"type": "ERROR",
    			"reason": "Invalid CustomerGlobalIdentifier",
    			"message": "CustomerGlobalIdentifier is not valid. Contact TI API Support (https://api-portal.ti.com/support for assistance."
    		}
    	]
    }
    客户 GlobalIdentifier 无效。    如需帮助、请联系 TI API 支持 api-portal.ti.com/support。
    缺少 shipToAccountNumber

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0066",
    			"type": "ERROR",
    			"reason": "MissingshipToAccountNumber",
    			"message": "shipToAccountNumbercannotbenullorempty. EnteravalidshipToAccountNumberandresubmitrequest."
    		}
    	]
    }
    
    缺少 shipToAccountNumber、且不能为空或空。  输入有效的 shipToAccountNumber 并重新提交申请。 如果需要更多帮助、请联系 TI 客户支持中心 https://support.ti.com/csm 

    shipToAccountNumber 无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0070",
    			"type": "ERROR",
    			"reason": "Invalid shipToAccountNumber",
    			"message": "shipToAccountNumber cannot exceed 17 characters in length. Enter a valid shipToAccountNumber up to 17 characters and resubmit request."
    		}
    	]
    }
    shipToAccountNumber 超过17个字符的最大长度。  输入不超过17个字符的有效 shipToAccountNumber、然后重新提交申请。 如果需要更多帮助、请联系 TI 客户支持中心 https://support.ti.com/csm 

    无效的 endCustomerNumber

    {
    	"errors": [
    		"errorCode": "ERR-BKG-ORDER-API-0080",
    		"type": "ERROR",
    		"reason": "Invalid endCustomerNumber",
    		"message": "endCustomerNumber cannot exceed 17 characters in length. Enter a valid endCustomerNumber up to 17 characters and resubmit request."
    	}
      ]
    }
    endCustomerNumber 超过最大长度17个字符。  输入不超过17个字符的有效 EndCustomerNumber、然后重新提交申请。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    联系人名称无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0090",
    			"type": "ERROR",
    			"reason": "Invalid contactName",
    			"message": "contactName cannot exceed 40 characters in length. Remove this optional field or enter a valid contactName up to 40 characters and resubmit request."
    		}
    	]
    }
    contactName 超过40个字符的最大长度。 输入不超过40个字符的有效联系人姓名或将此可选字段留空并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    联系人电话号码无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0100",
    			"type": "ERROR",
    			"reason": "Invalid contactPhoneNumber",
    			"message": "contactPhoneNumber cannot exceed 30 characters in length. Remove this optional field or enter a valid contactPhoneNumber up to 30 characters and resubmit request."
    		}
    	]
    }
    contactPhoneNumber 超过30个字符的最大长度。 输入不超过30个字符的有效 contactPhoneNumber,或将此可选字段留空,然后重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    联系人电子邮件地址无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0110",
    			"type": "ERROR",
    			"reason": "Invalid contactEmailAddress",
    			"message": "contactEmailAddress cannot exceed 132 characters in length. Remove this optional field or enter a valid contactEmailAddress up to 132 characters and resubmit request."
    		}
    	]
    }
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0120",
    			"type": "ERROR",
    			"reason": "Invalid contactEmailAddress",
    			"message": "contactEmailAddress is not valid. Remove this optional field or enter a valid contactEmailAddress and resubmit request."
    		}
    	]
    }
    contactEmailAddress 超过132个字符的最大长度。 输入不超过132个字符的有效联系电子邮件地址或将此可选字段留空、然后重新提交申请。如果需要进一步帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    联系人电子邮件地址无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0130",
    			"type": "ERROR",
    			"reason": "Invalid customerESignature",
    			"message": "customerESignature cannot exceed 60 characters in length. Remove this optional field or enter a valid customerESignature up to 60 characters and resubmit request."
    		}
    	]
    }

    contactEmailAddress 无效。  输入有效的 contactEmailAddress 或将此可选字段留空、然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    无效的客户
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0140",
    			"type": "ERROR",
    			"reason": "Invalid customerCertificationStatement",
    			"message": "customerCertificationStatement cannot exceed 4000 characters in length. Remove this optional field or enter a valid customerCertificationStatement up to 4000 characters and resubmit request."
    		}
    	]
    }
    customerESignity 超过最大长度60个字符。  输入不超过60个字符的有效定制器件、或将此可选字段留空并重新提交申请。如果需要进一步帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的客户证书声明
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0150",
    			"type": "ERROR",
    			"reason": "Invalid customerOrderAttributes",
    			"message": "customerOrderAttributes Key and Value cannot exceed 60 characters as the combined total length. Remove this optional field or enter a valid Key and Value pair for customerOrderAttributes up to 60 characters and resubmit request."
    		}
    	]
    }
    customerCertificationStatement 超过4000个字符的最大长度。  输入不超过4000个字符的有效客户证书声明或将此可选字段留空并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    无效的 customerOrderAttributes

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0156",
    			"type": "ERROR",
    			"reason": "Missing customerLineItemNumber",
    			"message": "customerLineItemNumber cannot be null or empty. Enter a valid customerLineItemNumber and resubmit request."
    		}
    	]
    }
    customerOrderAttributes 密钥和值对的长度超过了总共60个字符的最大长度。  输入不超过60个字符的有效 customerOrderAttributes Key 和 value 对,或将此可选字段留空并重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    缺少 customerLineItemNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0160",
    			"type": "ERROR",
    			"reason": "Invalid customerLineItemNumber",
    			"message": "customerLineItemNumber cannot exceed 6 characters in length. Enter a valid customerLineItemNumber up to 6 characters and resubmit request."
    		}
    	]
    }
    customerLineItemNumber 丢失、不能为空或为空。  输入有效的 customerLineItemNumber、然后重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    customerLineItemNumber 无效
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0164",
    			"type": "ERROR",
    			"reason": "Invalid lineItemChangeIndicator",
    			"message": "lineItemChangeIndicator is not valid. Enter one of the following valid lineItemChangeIndicator: 'U' for Update, or 'X' for Cancel and resubmit request."
    		}
    	]
    }
    customerLineItemNumber 超过6个字符的最大长度。  输入不超过6个字符的有效 customerLineItemNumber、然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    lineItemChangeIndicator 无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0164",
    			"type": "ERROR",
    			"reason": "Invalid lineItemChangeIndicator",
    			"message": "lineItemChangeIndicator is not valid. Enter one of the following valid lineItemChangeIndicator: 'U' for Update, or 'X' for Cancel and resubmit request."    
    		}
    	]
    }
    lineItemChangeIndicator 无效。  输入以下有效行 ItemChangeIndicator 之一:  "U"表示更新,"X"表示取消,然后重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    shiptoAccountNumber 无效

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0166",
    			"type": "ERROR",
    			"reason": "Invalid shiptoAccountNumber",
    			"message": "shiptoAccountNumber cannot exceed 35 characters in length. Enter a valid shiptoAccountNumber up to 35 characters and resubmit request."
    		}
    	]
    }
    shiptoAccountNumber 超过35个字符的最大长度。  输入不超过35个字符的有效 shiptoAccountNumber、然后重新提交申请。 如果需要更多帮助、请联系 TI 客户支持中心  https://support.ti.com/csm  

    缺少 TI 器件型号

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0168",
    			"type": "ERROR",
    			"reason": "Missing tiPartNumber",
    			"message": "tiPartNumber cannot be null or empty. Enter a valid tiPartNumber and resubmit request."
    		}
    	]
    }
    tiPartNumber 丢失、不能为空或为空。  输入有效的 tiPartNumber、然后重新提交申请。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的 tiPart 编号
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0170",
    			"type": "ERROR",
    			"reason": "Invalid tiPartNumber",
    			"message": "tiPartNumber cannot exceed 35 characters in length. Enter a valid tiPartNumber up to 35 characters and resubmit request." 
    		}
    	]
    }
    tiPartNumber 超过了35个字符的最大长度。  输入不超过35个字符的有效 tiPartNumber、然后重新提交申请。 如果您需要帮助、请联系 TI API 支持 https://api-portal.ti.com/support
    无效的 customerPartNumber
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0180",
    			"type": "ERROR",
    			"reason": "Invalid customerPartNumber",
    			"message": "customerPartNumber cannot exceed 35 characters in length. Enter a valid customerPartNumber up to 35 characters and resubmit request."
    		}
    	]
    }
    customerPartNumber 超过最大长度35个字符。  输入不超过35个字符的有效定制器零件号、然后重新提交申请。 如果您需要帮助、请联系 TI API 支持 https://api-portal.ti.com/support
    缺少客户参与单元 Price
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0190",
    			"type": "ERROR",
    			"reason": "Missing customerAnticipatedUnitPrice",
    			"message": "customerAnticipatedUnitPrice cannot be null or empty. Enter a valid customerAnticipatedUnitPrice and resubmit request."
    		}
    	]
    }
    CustomerParticipatedUnitPrice 缺失、不能为空或空。  输入有效的客户参与单元 Price 并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support)。
    无效的客户参与单元 Price
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0200",
    			"type": "ERROR",
    			"reason": "Invalid customerAnticipatedUnitPrice",
    			"message": "customerAnticipatedUnitPrice cannot exceed 12 characters in length. Enter a valid customerAnticipatedUnitPrice up to 12 characters and resubmit request."
    		}
    	]
    }
    CustomerParticipatedUnitPrice 超过12个字符的最大长度。  输入不超过12个字符的有效自定义参与单元 Price、然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的客户参与单元 Price
    {
    	"errors": [
    		{
    			" errorCode": "ERR-BKG-ORDER-API-0210",
    			"type": "ERROR",
    			"reason": "Invalid customerAnticipatedUnitPrice",
    			"message": "customerAnticipatedUnitPrice must be a number. Enter a valid customerAnticipatedUnitPrice using numbers and resubmit the request."  
    		}
    	]
    }
    CustomerParticipatedUnitPrice 无效、必须包含数字。  使用数字输入有效的客户参与单元 Price、然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的 customerCertificateOfConformance
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0220",
    			"type": "ERROR",
    			"reason": "InvalidcustomerCertificateOfConformance",
    			"message": "customerCertificateOfConformance must be of value 'YES', 'Y', or blank string. Enter a valid value for customerCertificateOfConformance and resubmit request."
    		}
    	]
    }
    customerCertificateOfConformance 无效、必须为值"Yes"、"Y"或空白字符串""。 输入 customerCertificateOfConformance 的有效值并重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的 customerItemAttributes
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0230",
    			"type": "ERROR",
    			"reason": "Invalid customerItemAttributes",
    			"message": "customerItemAttributes Key and Value cannot exceed 60 characters as the combined total length. Enter a valid Key and Value pair for customerItemAttributes up to 60 characters and resubmit request."
    		}
    	]
    }
    customerItemAttributes 密钥和值对超过总共60个字符的最大长度。  输入不超过60个字符的有效客户 ItemAttributes Key 和 value 对,然后重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效政府数量、政府评级和政府数量
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0240",
    			"type": "ERROR",
    			"reason": "Invalid governmentContractNumber, governmentRating, and governmentQuantity",
    			"message": "governmentContractNumber, governmentRating, and governmentQuantity cannot exceed 56 characters as the combined total length. Enter a valid governmentContracts / governmentContractNumber, governmentRating, and governmentQuantity up to 56 characters and resubmit request."
    		}
    	]
    }
    政府数量、政府评级和政府数量超过总共56个字符的最大长度。  输入不超过56个字符的有效政府数量、政府评级和政府数量、然后重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    申请数量无效
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0250",
    			"type": "ERROR",
    			"reason": "Invalid requestedQuantity",
    			"message": "requestedQuantity cannot exceed 10 characters in length. Enter a valid requestedQuantity up to 10 characters and resubmit request."
    		}
    	]
    }
    要求数量超过10个字符的最大长度。  输入不超过10个字符的有效申请数量、然后重新提交申请。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    申请数量无效
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0260",
    			"type": "ERROR",
    			"reason": "Invalid requestedQuantity",
    			"message": "requestedQuantity must be a number. Enter a valid requestedQuantity using numbers and resubmit request."
    		}
    	]
    }
    要求数量超过10个字符的最大长度。  输入不超过10个字符的有效申请数量、然后重新提交申请。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    重新申请的交货日期无效
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0270",
    			"type": "ERROR",
    			"reason": "InvalidrequestedDeliveryDate",
    			"message": "requestedDeliveryDate does not a valid date format. Verify and correct the requestedDeliveryDate format to YYYY-MM-DD and resubmit request."
    		}
    	]
    }
    重新申请的交付日期的日期格式无效。  将有效要求的交付日期格式输入 YYY-MM-DD、然后重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的 customerCurrencyCode
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0280",
    			"type": "ERROR",
    			"reason": "Invalid customerCurrencyCode",
    			"message": "customerCurrencyCode cannot be below 3 characters or exceed 5 characters in length. Enter a valid customerCurrencyCode that is between 3 and 5 characters and resubmit request."
    		}
    	]
    }
    customerCurrencyCode 无效、长度不能低于3个字符或超过5个字符。  输入3到5个字符之间的有效 customerCurrencyCode、然后重新提交申请。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    发生系统错误
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-50000",
    			"type": "ERROR",
    			"reason": "Systemerroroccurred",
    			"message": "System error occurred. Execution ID: execution-8405c55b-b05b-44cf-b0b6-75624ff3ce2f-2020.03.26. Contact TI API Support (https://api-portal.ti.com/support with the execution ID."
    		}
    	]
    }
    发生系统错误。  联系 TI API 支持(api-portal.ti.com/support) 、提供执行 ID、错误消息、错误代码、API 端点和遇到的任何其他错误等任何详细信息。
    customerPurchaseOrderNumber 或 OrderNumber 无效
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0290",
    			"type": "ERROR",
    			"reason": "Invalid customerPurchaseOrderNumber or orderNumber",
    			"message": "customerPurchaseOrderNumber or orderNumber is not valid. Enter a valid CustomerPurchaseOrderNumber or orderNumber and resubmit request."
    		}
    	]
    }
    customerPurchaseOrderNumber 或 OrderNumber 无效。  输入有效的 customerPurchaseOrderNumber 或 OrderNumber、然后重新提交请求。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    订单号无效
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0300",
    			"type": "ERROR",
    			"reason": "Invalid orderNumber",
    			"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 支持 https://api-portal.ti.com/support 
    系统错误响应
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0310",
    			"type": "ERROR",
    			"reason": "System Error Response",
    			"message": "System error occurred. Execution ID: execution-8405c55b-b05b-44cf-b0b6-75624ff3ce2f-2020.03.26. Contact TI API Support (https://api-portal.ti.com/support with the execution ID."
    		}
    	]
    }
    发生系统错误。  联系 TI API 支持 https://api-portal.ti.com/support  、了解有关执行 ID、 错误消息、错误代码、API 端点和遇到的任何其他错误的任何详细信息。
    TI API 暂时不可用
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0320",
    			"type": "ERROR",
    			"reason": "TI API is temporarily unavailable",
    			"message": "This TI API system is currently unavailable between yyyy-mm-dd ##:##and yyyy-mm-dd ##:##CST for scheduled maintenance. Resubmit request after maintenance has ended."
    		}
    	]
    }
    由于计划的系统维护、TI API 系统当前不可用。  维护结束后重新提交申请。  如果在计划维护结束后仍然遇到问题、请联系 TI API 支持 https://api-portal.ti.com/support 

    缺少要求的交付日期  

    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0330",
    			"type": "ERROR",
    			"reason": "MissingrequestedDeliveryDate",
    			"message": "requestedDeliveryDate cannot be null or empty. Enter a valid requestedDeliveryDate and resubmit request."
    		}
    	]
    }
    已申请的交付件日期缺失、不能为空或空。  输入有效的要求交付日期并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    重新申请的交货日期无效
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0340",
    			"type": "ERROR",
    			"reason": "Invalid requestedDeliveryDate",
    			"message": "requestedDeliveryDate must lie within 5 years from current date. Verify and correct the requestedDeliveryDate and resubmit request."
    		}
    	]
    }
    要求的交付日期  是过去的日期。  要求的交付日期 必须是今天的日期或将来的日期。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的 customerCurrencyCode
    {
    	"errors": [
    		{
    			"errorCode": "ERR-BKG-ORDER-API-0350",
    			"type": "ERROR",
    			"reason": "Invalid customerCurrencyCode",
    			"message": "customerCurrencyCode specified must match the customer profile currency. Enter a valid customerCurrencyCode and resubmit request."
    		}
    	]
    }
    customerCurrencyCode 与客户资料中的货币不匹配。  输入有效的 customerCurrencyCode 并重新提交申请。  如果需要更多帮助、请联系 TI API 支持 https://api-portal.ti.com/support 

    查看 v2备货订单/订单更改 API 错误代码和含义(第2部分、共2部分)