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

      Parameters

      • request: Request

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  client: { id: string; name: string }
                  | null;
                  createdBy: { id: string; name: string | null } | null;
                  finishedProduct: { code: string; id: string; name: string };
              } & {},
          >,
      >