ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • POST(
          request: NextRequest,
      ): Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  program: {
                      _count: { lines: number };
                      client: { code: string; id: string; name: string };
                      finishedProduct: { code: string; id: string; name: string };
                  } & {};
              },
          >,
      >

      Parameters

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  program: {
                      _count: { lines: number };
                      client: { code: string; id: string; name: string };
                      finishedProduct: { code: string; id: string; name: string };
                  } & {};
              },
          >,
      >