ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Parameters

      • request: NextRequest
      • __namedParameters: { params: Promise<{ id: string }> }

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  childLabels: {}[];
                  equipment: {}
                  | null;
                  finishedProduct: { code: string; id: string; name: string } | null;
                  parentLabel: {} | null;
                  rawMaterial: { code: string; id: string; name: string } | null;
                  reception:
                      | {
                          lines: ({ purchaseOrderLine: ... } & {})[];
                          purchaseOrder: { supplier: {} } & {};
                      } & {}
                      | null;
                  workOrder: {}
                  | null;
              } & {},
          >,
      >