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: Create Backlog Order System Error Occured

Part Number: TI-API

When attempting to place an order using the new backlog API in transact-pre.ti.com/v2 I get an error. Below is the URL I am using the body and the response. Any help is greatly appreciated!

URL: transact-pre.ti.com/.../orders

Body:

{
  "order": {
    "customerPurchaseOrderNumber": "23283-0034",
    "shipToAccountNumber": "184580",
    "endCustomerCompanyName": "MyTestCompany",
    "lineItems": [
      {
        "customerLineItemNumber": "1",
        "tiPartNumber": "SN74LS00N",
        "customerPartNumber": "SN74LS00N",
        "customerAnticipatedUnitPrice": "0.202",
        "quoteNumber": "1698072669478",
        "customerCurrencyCode": "USD",
        "schedules": [
          {
            "requestedQuantity": "500",
            "requestedDeliveryDate": "2025-05-01"
          }
        ]
      }
    ]
  }
}
Response:
{
    "orders": [
        {
            "messages": [
                {
                    "code": "TI-SOR-50000",
                    "type": "ERROR",
                    "message": "System error occurred. Execution ID: execution-31b70e96-1869-4a41-8727-3fb1ef351686-2023.10.23"
                }
            ],
            "orderDate": "2023-10-23 17:55:17",
            "customerPurchaseOrderNumber": "23283-0034",
            "orderStatus": "REJECT",
            "shipToAccountNumber": "184580",
            "customerPurchaseOrderDate": "#",
            "CustomerSoldToIdentifier": "0000184580",
            "lineItems": [
                {
                    "tiPartNumber": "SN74LS00N",
                    "customerLineItemNumber": "1",
                    "customerPartNumber": "SN74LS00N",
                    "status": "Rejected",
                    "customerAnticipatedUnitPrice": 0.202,
                    "customerCurrencyCode": "USD",
                    "quoteNumber": "1698072669478",
                    "schedules": [
                        {
                            "requestedQuantity": 500,
                            "requestedDeliveryDate": "2025-05-01"
                        }
                    ]
                }
            ]
        }
    ]
}

**Attention** This is a public forum