ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • POST(
          request: NextRequest,
      ): Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  _count: { stockLocations: number; stockMovements: number };
                  stockLocations: {}[];
              } & {},
          >,
      >

      Parameters

      • request: NextRequest

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  _count: { stockLocations: number; stockMovements: number };
                  stockLocations: {}[];
              } & {},
          >,
      >