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.

TI-API: Orders API erros.

Part Number: TI-API

Tool/software:

When I send a post request in this URL transact.ti.com/.../orders

with this JSON 

{
  "orderInfo": {
    "checkoutProfileId": "1B38502755794F93E063DE21BB8B28FA",
    "currencyCode": "USD",
    "orderDate": "2024-06-27T13:56:00Z",
    "customerPurchaseOrderNumber": "PGR-04202021",
    "orderStatus": "Submitted",
    "orderedBy": "TI Electronics Inc",
    "endCustomerCompanyName": "TI Electronics Inc",
    "isProductionOrder": true,
    "totalOrderSummary": {
      "subTotal": 1000,
      "orderTotal": 1060
    },
    "lineItems": [
      {
        "tiPartNumber": "AFE7799IABJ",
        "quantity": 100,
        "unitPrice": 10,
        "netPrice": 1000,
        "customerLineItemNumber": 1
      }
    ],
    "shippingAddress": {
      "firstName": "Billy",
      "lastName": "Jones",
      "company": "Texas Instruments",
      "line1": "12500 T I Blvd",
      "city": "Dallas",
      "stateRegion": "TX",
      "postalCode": "75243",
      "countryCode": "US",
      "email": "billy-jones@ti.com",
      "phoneNumber": "19729952011"
    },
    "billingAddress": {
      "firstName": "Billy",
      "lastName": "Jones",
      "company": "Texas Instruments",
      "line1": "12500 T I Blvd",
      "city": "Dallas",
      "stateRegion": "TX",
      "postalCode": "75243",
      "countryCode": "US",
      "email": "billy-jones@ti.com",
      "phoneNumber": "19729952011"
    },
    "payment": {
      "type": "Bank Transfer",
      "details": {
        "beneficiary": "Texas Instruments Incorporated",
        "routingNumber": "031100209",
        "swiftCode": "CITIUS33DEL",
        "bankAddress": "Citibank, N.A., One Penn's Way, New Castle, DE 19720",
        "accountNumber": "111100000000000020"
      }
    }
  }
}

Every time I get 500 error. 

{
    "errors": [
        {
            "section": "Generic",
            "errorType": "Validation",
            "errorCode": "ERR-TICOM-ORDER-API-GEN-0500",
            "reason": "We encountered a technical issue in processing your request.",
            "message": "The API is temporarily unavailable. Please retry, if the issue persists, Please contact TI customer support - https://support.ti.com/csm"
        }
    ]
}


**Attention** This is a public forum