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

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

器件型号:TI-API

v2汇款通知 API 错误代码是什么意思?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    场景 错误详细信息 补救步骤
    JSON 有效载荷无效
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0002",
    "type": "ERROR",
    "reason": "Invalid JSON payload",
    "message": "JSON payload is not valid. Verify and correct the JSON payload input and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    JSON 有效载荷无效。 输入有效的 JSON 有效载荷输入并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    缺少 JSON 有效载荷
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0003",
    "type": "ERROR",
    "reason": "Missing JSON payload",
    "message": "JSON payload cannot be null or empty. Enter a valid JSON payload and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    JSON 有效载荷缺失、不能为空或为空。 输入有效的 JSON 有效载荷输入并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    缺少客户 GlobalIdentifier
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0010",
    "type": "ERROR",
    " reason ": "Missing CustomerGlobalIdentifier",
    "message": "CustomerGlobalIdentifier is required. Contact TI API Support (https://api-portal.ti.com/support) for assistance."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    CustomerGlobalIdentifier 为必填项,不能为空或空。 如需帮助、请联系 TI API 支持 api-portal.ti.com/support。
    缺少的转发号
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0020",
    "type": "ERROR",
    " reason ": "Missing remittanceAdviceNumber",
    "message": " remittanceAdviceNumbercannot be null or empty. Enter a valid remittanceAdviceNumberand resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    AprendanceAddiceNumber 丢失、不能为空或空。 输入有效的 AprendanceAdviceNumber 并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    无效的 fendanceAdvociceNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0021",
    "type": "ERROR",
    " reason ": "Invalid remittanceAdviceNumber",
    "message": "remittanceAdviceNumber cannot exceed 35 characters in length. Enter a valid remittanceAdviceNumber up to 35 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    TranscanceAdviceNumber 超过35个字符的最大长度。 输入一个不超过35个字符的有效转发器,然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    缺少付款人编号
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0050",
    "type": "ERROR",
    " reason ": "Missing payerNumber",
    "message": " payerNumber cannot be null or empty. Enter a valid payerNumber and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    payerNumber 缺失、不能为空或为空。 输入有效的付款人编号并重新提交申请。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    无效的付款人编号
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0051",
    "type": "ERROR",
    " reason ": "Invalid payerNumber",
    "message": " payerNumber cannot exceed 35 characters in length. Enter a valid payerNumber up to 35 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    payerNumber 超过35个字符的最大长度。 输入不超过35个字符的有效 payerNumber、然后重新提交申请。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    未找到付款人编号
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0052",
    "type": "ERROR",
    " reason ": "payerNumber not found",
    "message": " payerNumber cannot be located. Verify payerNumber and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    找不到 payerNumber。 输入有效的付款人编号并重新提交申请。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    缺少累计付款挂载
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0060",
    "type": "ERROR",
    " reason ": "Missing totalPaymentAmount",
    "message": " totalPaymentAmount cannot be null or empty. Enter a valid totalPaymentAmount and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    totalPaymentAmount 缺失、不能为空或空。 输入有效的累计付款余额并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    无效的累计付款金额挂载
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0070",
    "type": "ERROR",
    " reason ": "Invalid totalPaymentAmount ",
    "message": " totalPaymentAmount cannot exceed 15 characters in length. Enter a valid totalPaymentAmount up to 15 characters and resubmit the request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    totalPaymentAmount 超过15个字符的最大长度。 输入不超过15个字符的有效累计付款余额并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    无效的累计付款金额挂载
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0080",
    "type": "ERROR",
    " reason ": "Invalid totalPaymentAmount",
    "message": " totalPaymentAmount does not have a valid number format and must be a number. Enter totalPaymentAmount as a numeric value and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    totalPaymentAmount 有一个无效的数字格式。 以数值形式输入 totalPaymentAmount 并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    缺少币种代码
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0090",
    "type": "ERROR",
    " reason ": "Missing currencyCode",
    "message": "currencyCode cannot be null or empty. Enter a valid currencyCode and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    缺少币种代码,不能为空或空。 输入有效的当前代码并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    无效的货币代码
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0091",
    "type": "ERROR",
    " reason ": "Invalid currencyCode",
    "message": " currencyCode cannot exceed 5 characters in length. Enter a valid currencyCode up to 5 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    币种代码超过5个字符的最大长度。 输入不超过5个字符的有效货币代码、然后重新提交申请。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    缺少付款通知
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0100",
    "type": "ERROR",
    " reason ": "Missing paymentAmount",
    "message": " paymentAmount cannot be null or empty. Enter a valid paymentAmount and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    paymentAmount 缺失,不能为空或空。 输入有效的付款帐户并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    无效的付款帐户
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0101",
    "type": "ERROR",
    " reason ": "Invalid paymentAmount",
    "message": " paymentAmount cannot exceed 15 characters in length. Enter a valid paymentAmount up to 15 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    paymentAmount 超过15个字符的最大长度。 输入不超过15个字符的有效付款帐户并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    无效的付款帐户
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0102",
    "type": "ERROR",
    " reason ": "Invalid paymentAmount",
    "message": " paymentAmount does not have a valid number format and must be a number. Verify and correct paymentAmount and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    paymentAmount 的数字格式无效。 输入 paymentAmount 作为数字值,然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    缺少财务文档编号
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0110",
    "type": "ERROR",
    " reason ": "Missing financialDocumentNumber",
    "message": " financialDocumentNumber cannot be null or empty. Enter either a valid financialDocumentNumber and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    financialDocumentNumber 缺失、不能为空或空。 输入有效的 financialDocumentNumber 并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    financialDocumentNumber 无效
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0111",
    "type": "ERROR",
    " reason ": "Invalid financialDocumentNumber",
    "message": "financialDocumentNumber cannot exceed 10 characters in length. Enter a valid financialDocumentNumber up to 10 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    financialDocumentNumber 超过10个字符的最大长度。 输入不超过10个字符的有效的 financialDocumentNumber、然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    无效的 customerFinancialDocumentNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0160",
    "type": "ERROR",
    " reason ": "Invalid customerFinancialDocumentNumber",
    "message": " customerFinancialDocumentNumber cannot exceed 16 characters in length. Enter a valid customerFinancialDocumentNumber up to 16 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerFinancialDocumentNumber 超过16个字符的最大长度。 输入不超过16个字符的有效客户 FinancialDocumentNumber、然后重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support
    发生 TI API 系统错误
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0500",
    "type": "ERROR",
    " reason ": "TI API system error occurred",
    "message": "System error occurred. Execution ID: execution-... Contact TI API Support (https://api-portal.ti.com/support) with execution ID."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    发生系统错误。 联系 TI API 支持 api-portal.ti.com/support 并提供执行 ID。
    TI API 不可用于计划的系统维护
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0510",
    "type": "ERROR",
    " reason ": "TI API unavailable for scheduled system maintenance",
    "message": "This TI API is currently unavailable between $OutageStart and $OutageEnd $timeZoneStr for scheduled system maintenance. Resubmit request after maintenance has ended."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    由于计划维护、TI API 系统当前不可用。 维护结束后重新提交请求。 如果在计划维护结束后仍然遇到问题、请联系 TI API 支持 api-portal.ti.com/support
    无效的累计付款金额挂载
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-REMA-API-0511",
    "type": "ERROR",
    " reason ": "Invalid totalPaymentAmount",
    "message": " totalPaymentAmount cannot be less than $0. Enter a valid totalPaymentAmount and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    totalPaymentAmount 必须为0美元或更高。 输入有效的累计付款余额并重新提交请求。 如果需要更多帮助、请联系 TI API 支持 api-portal.ti.com/support

    Fullscreen
    1
    {}
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    查看 v2备货汇款 API 错误代码和含义(第2部分、共2部分)