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

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

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              (
                  {
                      currency: | {
                          code: string;
                          decimalPlaces: number;
                          id: string;
                          name: string;
                          position: string;
                          symbol: string;
                      }
                      | null;
                      lines: {
                          finishedProduct: { code: string; id: string; name: string }
                          | null;
                          id: string;
                          quantity: number;
                          totalPrice: number;
                          unitPrice: number;
                      }[];
                  } & {}
              )[],
          >,
      >