Error 409 Conflict

POST https://demo.cadaptix.com/api/generations/start

HTTP Client

1 Total requests
1 HTTP errors

Clients

http_client 1

Requests

POST https://cadbroker.cadaptix.com/api/client/builds
Request options
[
  "headers" => [
    "Accept" => "application/json"
    "X-CAD-Client" => "demo"
    "X-CAD-Key" => "3fShtmIrhbGyrzfUqUmiU7OtSHCRBgkx9q9FNU6NKhM"
  ]
  "timeout" => 10.0
  "json" => [
    "namespace" => "demo"
    "idempotency_key" => "demo-20260901222857-3a93c555419d6efe"
    "metadata" => [
      "source" => "demo.cadaptix.com"
      "application" => "cadaptix-demo-configurator"
      "requested_at" => "2026-09-01T22:28:57+02:00"
    ]
    "items" => [
      [
        "line_key" => "demo-configurator-main"
        "master_key" => "demo.test_part"
        "quantity" => 1
        "parameters" => [
          "floors" => 3
          "angle_deg" => 90.0
          "box_width_mm" => 2500.0
          "box_depth_mm" => 2500.0
          "box_height_mm" => 2500.0
          "configuration_id" => "474f1ffaef08071eb0bd5d00"
        ]
        "metadata" => [
          "source" => "demo-configurator"
          "purpose" => "cad-generation"
        ]
      ]
    ]
    "external_reference" => "474f1ffaef08071eb0bd5d00"
  ]
]
Response 409
[
  "info" => [
    "header_size" => 239
    "total_time" => 2.574305
    "namelookup_time" => 0.011281
    "connect_time" => 0.012903
    "pretransfer_time" => 0.615968
    "size_upload" => 569.0
    "size_download" => 110.0
    "speed_download" => 42.0
    "speed_upload" => 221.0
    "download_content_length" => 110.0
    "upload_content_length" => 569.0
    "starttransfer_time" => 2.568672
    "primary_ip" => "85.214.105.227"
    "primary_port" => 443
    "local_ip" => "85.214.105.227"
    "local_port" => 56321
    "http_version" => 3
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 447542
    "connect_time_us" => 12903
    "namelookup_time_us" => 11281
    "pretransfer_time_us" => 615968
    "starttransfer_time_us" => 2568672
    "total_time_us" => 2574305
    "effective_method" => "POST"
    "start_time" => 1788294537.3567
    "original_url" => "https://cadbroker.cadaptix.com/api/client/builds"
    "pause_handler" => Closure(float $duration) {#872
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#854 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#230 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host cadbroker.cadaptix.com:443 was resolved.\n
      * IPv6: (none)\n
      * IPv4: 85.214.105.227\n
      *   Trying 85.214.105.227:443...\n
      * Connected to cadbroker.cadaptix.com (85.214.105.227) port 443\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: D:\inetpub\wwwroot\restinspect\config\certs\cacert.pem\n
      *  CApath: none\n
      * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 / X25519 / rsaEncryption\n
      * ALPN: server accepted h2\n
      * Server certificate:\n
      *  subject: CN=cadbroker.cadaptix.com\n
      *  start date: Aug 31 05:35:44 2026 GMT\n
      *  expire date: Nov 29 05:35:43 2026 GMT\n
      *  subjectAltName: host "cadbroker.cadaptix.com" matched cert's "cadbroker.cadaptix.com"\n
      *  issuer: C=US; O=Let's Encrypt; CN=YR2\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type RSA (3072/128 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 3: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * using HTTP/2\n
      * [HTTP/2] [1] OPENED stream for https://cadbroker.cadaptix.com/api/client/builds\n
      * [HTTP/2] [1] [:method: POST]\n
      * [HTTP/2] [1] [:scheme: https]\n
      * [HTTP/2] [1] [:authority: cadbroker.cadaptix.com]\n
      * [HTTP/2] [1] [:path: /api/client/builds]\n
      * [HTTP/2] [1] [accept: application/json]\n
      * [HTTP/2] [1] [x-cad-client: demo]\n
      * [HTTP/2] [1] [x-cad-key: 3fShtmIrhbGyrzfUqUmiU7OtSHCRBgkx9q9FNU6NKhM]\n
      * [HTTP/2] [1] [content-type: application/json]\n
      * [HTTP/2] [1] [user-agent: Symfony HttpClient (Curl)]\n
      * [HTTP/2] [1] [accept-encoding: gzip]\n
      * [HTTP/2] [1] [content-length: 569]\n
      > POST /api/client/builds HTTP/2\r\n
      Host: cadbroker.cadaptix.com\r\n
      Accept: application/json\r\n
      X-CAD-Client: demo\r\n
      X-CAD-Key: 3fShtmIrhbGyrzfUqUmiU7OtSHCRBgkx9q9FNU6NKhM\r\n
      Content-Type: application/json\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 569\r\n
      \r\n
      * upload completely sent off: 569 bytes\n
      < HTTP/2 409 \r\n
      < cache-control: no-cache, private\r\n
      < content-type: application/json\r\n
      < server: Microsoft-IIS/10.0\r\n
      < x-powered-by: PHP/8.3.26\r\n
      < x-robots-tag: noindex\r\n
      < x-powered-by: ASP.NET\r\n
      < date: Tue, 01 Sep 2026 20:28:59 GMT\r\n
      < content-length: 110\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 409 "
    "cache-control: no-cache, private"
    "content-type: application/json"
    "server: Microsoft-IIS/10.0"
    "x-powered-by: PHP/8.3.26"
    "x-robots-tag: noindex"
    "x-powered-by: ASP.NET"
    "date: Tue, 01 Sep 2026 20:28:59 GMT"
    "content-length: 110"
  ]
  "response_content" => [
    "{"error":"build_rejected","message":"CAD master \u0022demo.test_part\u0022 bestaat niet of is uitgeschakeld."}"
  ]
]