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)

  • 具体场景 错误详情 补救步骤
    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  
    缺失CustomerGlobalIdentifier
    {
    	"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 https://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 or orderNumber 不能为空。 输入有效的 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 

    无效的purchaseOrderDate

    {
    	"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."
    		}
    	]
    }
    purchaseOrderDate的日期格式无效。 输入有效的purchaseOrderDate格式 YYY-MM-DD 并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 https://api-portal.ti.com/support 

    无效的CustomerGlobalIdentifier

    {
    	"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."
    		}
    	]
    }
    CustomerGlobalIdentifier 无效。 如需帮助,请联系 TI API 支持 https://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 

    无效的contactName

    {
    	"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个字符的有效 contactName,或将此可选字段留空并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持  https://api-portal.ti.com/support 

    无效的contactPhoneNumber

    {
    	"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 

    无效的contactEmailAddress

    {
    	"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个字符的有效 contactEmailAddress、或将此可选字段留空并重新提交请求。如果需要进一步帮助,请联系 TI API 支持 https://api-portal.ti.com/support 

    无效的contactEmailAddress

    {
    	"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 

    无效的 customerESignature
    {
    	"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."
    		}
    	]
    }
    customerESignature 超过60个字符的最大长度。 输入不超过60个字符的有效customerESignature,或将此可选字段留空,然后重新提交请求。如果需要进一步的帮助,请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的 customerCertificationStatement
    {
    	"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个字符的有效customerCertificationStatement,或将此可选字段留空并重新提交请求。 如果需要进一步的帮助,请联系 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密钥和值对,或将此可选字段留空并重新提交请求。 如果需要进一步的帮助,请联系 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 无效。 输入以下有效的 lineItemChangeIndicator 之一:“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 

    缺失 tiPartNumber

    {
    	"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 
    无效的 tiPartNumber
    {
    	"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个字符的有效customerPartNumber,然后重新提交请求。 如果您需要帮助,请联系 TI API 支持  https://api-portal.ti.com/support
    缺失 customerAnticipatedUnitPrice
    {
    	"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."
    		}
    	]
    }
    customerAnticipatedUnitPrice缺失, 不能为空。 输入有效的customerAnticipatedUnitPrice并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持  https://api-portal.ti.com/support).
    无效的 customerAnticipatedUnitPrice
    {
    	"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."
    		}
    	]
    }
    customerAnticipatedUnitPrice 超过12个字符的最大长度。 输入不超过12个字符的有效customerAnticipatedUnitPrice,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持  https://api-portal.ti.com/support 
    无效的 customerAnticipatedUnitPrice
    {
    	"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."  
    		}
    	]
    }
    customerAnticipatedUnitPrice 无效且必须包含数字。 使用数字输入有效的customerAnticipatedUnitPrice  并重新提交请求。 如果需要进一步的帮助,请联系 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个字符的最大组合长度。 输入有效的customerItemAttributes密钥和不超过60个字符的值对,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持  https://api-portal.ti.com/support 
    无效的 governmentContractNumber, governmentRating,和 governmentQuantity
    {
    	"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."
    		}
    	]
    }
    governmentContractNumber, governmentRating,和governmentQuantity 超过了最大长度的56个字符组合。 输入有效的governmentContractNumber, governmentRating和 governmentQuantity(不超过56个字符),然后重新提交请求。 如果需要进一步的帮助、请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的requestedQuantity
    {
    	"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."
    		}
    	]
    }
    requestedQuantity 超过10个字符的最大长度。 输入不超过10个字符的有效requestedQuantity,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持  https://api-portal.ti.com/support 
    无效的requestedQuantity
    {
    	"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."
    		}
    	]
    }
    requestedQuantity 超过10个字符的最大长度。 输入不超过10个字符的有效requestedQuantity,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持  https://api-portal.ti.com/support 
    无效的requestedDeliveryDate
    {
    	"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."
    		}
    	]
    }
    requestedDeliveryDate的日期格式无效。 将有效的requestedDeliveryDate格式输入到 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个字符之间,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持  https://api-portal.ti.com/support 
    S发生系统错误
    {
    	"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 or orderNumber无效。 输入有效的客户 PurchaseOrderNumber 或 OrderNumber,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 https://api-portal.ti.com/support 
    无效的orderNumber
    {
    	"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 

    缺失 requestedDeliveryDate 

    {
    	"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."
    		}
    	]
    }
    requestedDeliveryDate缺失,不能为空。 输入有效的requestedDeliveryDate并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持  https://api-portal.ti.com/support 
    无效的 requestedDeliveryDate
    {
    	"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."
    		}
    	]
    }
    requestedDeliveryDate  是过去的日期。 requestedDeliveryDate必须是今天或将来的日期。 如果需要进一步的帮助,请联系 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 错误代码和含义 (part 2 of 2)